1) on Windoze:
        c:\> mysqldump database_name > tables.sql

2) move tables.sql to your Linux server

3) on Linux:
        $ mysql database_name < tables.sql

/ Carsten
--
Carsten H. Pedersen
keeper and maintainer of the bitbybit.dk MySQL FAQ
http://www.bitbybit.dk/mysqlfaq

> -----Original Message-----
> From: John W Cunningham [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, January 14, 2001 1:10 AM
> To: MySQL List
> Subject: Windows to Unix
> 
> 
> Hello all,
> 
> I have a few databases running on a Win2k MySQL server right now, 
> and I need
> to transfer them to Linux.  I have found that simply copying the 
> files will
> not do the trick, any ideas?
> 
> -John
> 
> 
> ---------------------------------------------------------------------
> 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