RE: Migrate from one MySQL table format to another

2004-02-16 Thread Eric Wagar
ebruary 16, 2004 6:08 PM To: [EMAIL PROTECTED] Subject: Re: Migrate from one MySQL table format to another I'm afraid this is a completly application-related question and not MySQL one. Migrating data from old table format to the new one should be done using a specially made software for

Re: Migrate from one MySQL table format to another

2004-02-16 Thread Leonardo Rodrigues Magalhães
I'm afraid this is a completly application-related question and not MySQL one. Migrating data from old table format to the new one should be done using a specially made software for that (PHP, Perl, etc etc). You should read all data from old tables and insert them in the new ones. I