MySQL Forums
Forum List  »  MySQL Administrator

Re: MySQL GUI Tool - BACKUP using command line
Posted by: Barry Galbraith
Date: October 19, 2009 11:08PM

You use the mysql commandline client to restore a mysqldump file.

shell> mysql -uroot -ppassword < backup_file.sql


Read all about it in the Reference Manual.

Section 6.2.2 Using Backups for recovery.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL GUI Tool - BACKUP using command line
October 19, 2009 11:08PM


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.