You wrote::
deleted my database today by mistake and I have a backup from yesterday
made as follows:

mysqldump -A >> backup.txt

How can I restore this database?

Thanks for your help in advance.

Scott

Do get the backup write the command

mysql databasename < backup.txt


Regards
Daya Krishan Dubey
Core Solucomm Ltd
423 B, Hamilton court,
DLF phase IV
Gurgaon, India
Ph No :- 6392896/7 (O)




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