At 3:15 PM -0700 5/2/01, Brian Warn wrote:
>Hi,
>
>How do I restore a copied database that I've created with mysqldump? 
>I have both the DuBois book and, of course, the online manual handy. 
>I'm obviously looking in the wrong area of them because I can't find 
>anything (I thought the keyword 'restore' would net me something, 
>but no joy).  I'll happily take my 'RTFM' beatings if someone would 
>just point me to the appropriate section(s) of one or both...
>
>-Brian

The dump file just contains SQL statements.  Feed it to mysql:

        % mysql dbname < dumpfile

-- 
Paul DuBois, [EMAIL PROTECTED]

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