At 22:04 +0700 2/27/03, Somsak RAKTHAI wrote:
Dear sir,
   I used mysql-4.0.10-gamma on RedHat-8.0.
I used "my.cnf" from "support-files/my-large.cnf".

   When I backup all DataBases I used command below.
     mysqldump --all-databases > all_databases.sql

I want to know what command to restore Database ?

If you look at the dump file, you'll see that it contains SQL statements. Just feed the file to mysql to process it:

mysql < all_databases.sql


thank you very much. regards, Somsak.



---------------------------------------------------------------------
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