MySQL Forums
Forum List  »  Newbie

Re: SQL Database restore ! Please help !
Posted by: Umesh Shastry
Date: May 11, 2005 09:05PM

Hi!

You can read the dump file back into the server like this:

shell> mysql db_name < backup-file.sql

or

shell> mysql db_name -uusername -pyourpasswordgoeshere < backup-file.sql

Regards,
Umesh Shastry
http://www.blogger.com/profile/02551756983528645221

Options: ReplyQuote


Subject
Written By
Posted
Re: SQL Database restore ! Please help !
May 11, 2005 09:05PM


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.