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