Re: Restoring from a mysqldump

2003-08-03 Thread Roger Baklund
* 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? http://www.mysql.com/doc/en/mysqldump.html > Just before the user comments: "You can read this back into MySQL with: mysql database < backup

Restoring from a mysqldump

2003-08-03 Thread 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? Todd -- -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Restoring from a mysqldump file

2003-03-01 Thread Zak Greant
On Sat, Mar 01, 2003 at 05:11:29PM -0500, Jeff Mao wrote: > Greetings all, > > May be a dumb question,...if I have a text file generated from > mysqldump, how do I reload that file into mysql? In the past I've > always copied and pasted it into mysql, but that takes a lot of > time,...especiall

Restoring from a mysqldump file

2003-03-01 Thread Jeff Mao
Greetings all, May be a dumb question,...if I have a text file generated from mysqldump, how do I reload that file into mysql? In the past I've always copied and pasted it into mysql, but that takes a lot of time,...especially as the databases grow! I do not have local access to the server, bu