Hi.

On Wed, Jun 13, 2001 at 11:17:55AM +0200, [EMAIL PROTECTED] wrote:
> hello
> 
> i need to export a database from a linux system to a nt-workstation....
> 
> so i've backuped the database with mysqldump and got this specific file.
> 
> but what shall i do now with this file ?
> 
> where do i have to copy it to on the nt-workstation, what are the commands
> to create the database from this backup file ??

Use the mysql command line client. Be sure, that you allready created
the database in question, then run

mysql database < dumpfile

or the Windows-NT equivalent of it.

Of course, you have to add username parameters etc. as appropriate.

Bye,

        Benjamin.


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