MySQL Forums
Forum List  »  Newbie

Re: create mysql on cloud
Posted by: Phillip Ward
Date: November 22, 2021 06:28AM

Quote

... just try to establish an experiment record db for my lab.

So this is Data that [other] people care about.

That means you have to guarantee its safety, which means being able to Recover it should something "nasty" happen to the machine it lives on.
That almost certainly means a shared, server machine that won't change (very often) and your Application connects to the database running on that machine.

To move a database between machines, use database tools - mysqldump is the Tool of Choice for taking reliable database Backups.

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
November 17, 2021 08:46AM
November 17, 2021 09:47AM
November 19, 2021 06:13AM
November 19, 2021 09:08AM
Re: create mysql on cloud
November 22, 2021 06:28AM
November 17, 2021 11:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.