Re: win to linux

2001-03-17 Thread Yusuf Incekara
Try to dump your database from Linux first. Then put them into Windows via ftp. Then import it into a Windows. > I am using MySQL on windows platform. How can I port mt datas from MySQL > server on windows to MySQl server on Linux? > > Thanks for all. >

RE: win to linux

2001-03-14 Thread Brian Kaney
I don't think that works across platformsits better to use the mysqldump command. Brian -Original Message- From: René Tegel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 5:09 PM To: rozakdemir; [EMAIL PROTECTED] Subject: Re: win to linux use ftp to copy your dat

Re: win to linux

2001-03-14 Thread René Tegel
use ftp to copy your database/table files :) - Original Message - From: "rozakdemir" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 14, 2001 10:05 PM Subject: win to linux Hello, I am using MySQL on windows platform. How can I port mt data

Re: win to linux

2001-03-14 Thread Steve Ruby
rozakdemir wrote: > > Hello, > > I am using MySQL on windows platform. How can I port mt datas from MySQL server on >windows to MySQl server on Linux? > > Thanks for all. You should search the sarchives and manual, this is a very FAQ... tables extension is like .MY* you can just copy them, i

win to linux

2001-03-14 Thread rozakdemir
Hello, I am using MySQL on windows platform. How can I port mt datas from MySQL server on windows to MySQl server on Linux? Thanks for all.