At 1:10 PM -0500 7/14/01, Bill Omer wrote:
>I was able to use mysqldump to 'dump' the databases in to a file.  However,
>I'm not able to figure out how I can recreate the databases on the new server
>using this file.
>
>Any suggestions?

It contains SQL statements.  Feed it to mysql:

        mysql db_name < your_dump_file

>
>Thanks,
>Bill Omer


-- 
Paul DuBois, [EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to