Convert ISAM table to MyISAM

2002-03-14 Thread Iago Sineiro
Hi all. I'm going to upgrade a mysql-3.22 Linux Pentium server to mysql-3.23.49a. Which is the best way to convert a database of ISAM table to MyISAM? mysqldump? How to do it? Iago. - Before posting, please check:

Convert ISAM table to MyISAM

2002-03-14 Thread Victoria Reznichenko
Iago, Thursday, March 14, 2002, 10:17:10 AM, you wrote: IS I'm going to upgrade a mysql-3.22 Linux Pentium server to mysql-3.23.49a. IS Which is the best way to convert a database of ISAM table to MyISAM? IS mysqldump? IS How to do it? You can use mysqlcheck or ALTER TABLE statement. You can

RE: Convert ISAM table to MyISAM

2002-03-14 Thread Iago Sineiro
Thanks for your help Victoria. Iago. -Mensaje original- De: Victoria Reznichenko [mailto:[EMAIL PROTECTED]] Enviado el: jueves 14 de marzo de 2002 11:48 Para: [EMAIL PROTECTED] Asunto: Convert ISAM table to MyISAM Iago, Thursday, March 14, 2002, 10:17:10 AM, you wrote: IS I'm going