restore a backuped database

2001-06-13 Thread Tom Thurnherr

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

please help me... i'm very new in mysql things



-
Tom Thurnherr
Testing Services
bbv Software Services AG
Blumenrain 10
CH-6006 Luzern
Phone: +41 41 429 01 37
Mail: [EMAIL PROTECTED]
Web: http://www.bbv.ch


-
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




Re: restore a backuped database

2001-06-13 Thread Benjamin Pflugmann

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