MySQL Forums
Forum List  »  Newbie

Re: Where are the databases?
Posted by: Mark Snyder
Date: April 13, 2009 03:53PM

Your other option is to run an mysqldump on the sending machine (via a .bat file), ftp (or move by some other means) the output file to the new machine, and run (again via a .bat file) mysqlimport. This is really the clean, correct way to move data between machines.

Options: ReplyQuote


Subject
Written By
Posted
April 13, 2009 09:42AM
April 13, 2009 09:58AM
April 13, 2009 03:51PM
Re: Where are the databases?
April 13, 2009 03:53PM
April 13, 2009 11:01PM


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.