On Tuesday 25 March 2003 15:30, Todd Cary wrote:
> If I have a file, mydb.mbk that was created with mysqldump, how do I
> recreate/restore the DB?
>
> Do I run a command line using "mysql" with a switch and "mydb.mbk"?

Yup.
        musql -uuser_name -puser_password database_name < mydb.mbk



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to