* Todd Cary 
> I have a file produced by mysqldump and I need to restore it.  Can 
> someone point me toward the instructions on how to do this?

<URL: http://www.mysql.com/doc/en/mysqldump.html >

Just before the user comments:

    "You can read this back into MySQL with: 

     mysql database < backup-file.sql"

You may need to add host and/or user parameters.

See also: <URL: http://www.mysql.com/doc/en/mysql.html >

-- 
Roger

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

Reply via email to