MySQL Forums
Forum List  »  Newbie

Re: Store dump from DB on Server A to Server B (File) and test restore on C
Posted by: Henry Mill
Date: October 02, 2012 01:28AM

Thanks a lot for your informations.

Did I understood you well. Doing in two steps my statements must be:

mysqldump --host=[IP Server A] -u [user] -p[password] [database] | --host=[IP Server B] -u [user] -p[password] > backup.sql
mysql --host=[IP Server A] -u [user] -p[password] [database] | --host=[IP Server B] -u [user] -p[password] < backup.sql 

Options: ReplyQuote


Subject
Written By
Posted
Re: Store dump from DB on Server A to Server B (File) and test restore on C
October 02, 2012 01:28AM


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.