Re: Windows to Unix

2001-01-15 Thread skip
Keep in mind as well that datafiles for anything earlier than 3.23 are rarely compatible between different architectures...you'll need to do a mysqldump unless you're myisam tables in 3.23.x regards, P On Mon, 15 Jan 2001, Scott Baker wrote: > You can use MySQL dump. However, copying the file

Re: Windows to Unix

2001-01-15 Thread Scott Baker
You can use MySQL dump. However, copying the files SHOULD work as long as they are the same version (major version) and you stop the MySQL service before copying. Scott At 06:09 PM 1/13/2001 -0600, John W Cunningham wrote: >Hello all, > >I have a few databases running on a Win2k MySQL server

RE: Windows to Unix

2001-01-14 Thread Carsten H. Pedersen
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

Windows to Unix

2001-01-13 Thread John W Cunningham
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 ch