4 messages in com.mysql.lists.win32Re: Unix to win32
FromSent OnAttachments
Joachim Schwab24 Mar 2000 09:32 
sin...@mysql.com25 Mar 2000 05:56 
Aaron Johnson25 Mar 2000 07:27 
sin...@mysql.com25 Mar 2000 07:54 
Subject:Re: Unix to win32
From:sin...@mysql.com (sin@mysql.com)
Date:03/25/2000 07:54:28 AM
List:com.mysql.lists.win32

Aaron Johnson writes:

I use:

mysqldump -u<username> -p<password> -h<host>(if remote) <database> | mysql -u<username> -p<password> -h<host>(if remote)

This works in both Linux and Windows (even Win98 haven't tested Win95) for me.

Correct me if I am wrong, but in 3.23.xx we will be able to copy the tables if they are using MyISAM format from platform to plaform and they will work.

Hi!

Yes, you are right , with MyISAM format, you just have to copy files between any two systems.

Regards,

Sinisa