This is all nicely detailed in the MySQL Manual. Before posting, please
check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

Suggest you use mysqldump, including the option to create the database and
table schema.

On the Linux machine:
mysqldump -u{username} -p -c --databases {databasename}>{databasename}.sql

Copy the file(s) across the network to the Windoze box

On the Windoze box:
mysql -u{username} -p<{databasename}.sql


----- Original Message -----
From: "noe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 27, 2001 5:20 AM
Subject: carrying database


Hi my name is Nejat from Turkey and i am very new in databases .I have got a
database in linux which is mysql and i want to carry this database to a
windows system how can this be done.Any help needed.Thankyou!


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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



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