Re: ISAM to MyISAM Convert pls

2005-01-04 Thread Gleb Paharenko
Hello. As of MySQL 4.1, ISAM support is included in the source but not enabled in binary distributions. [EMAIL PROTECTED] wrote: > hello > i hope im correct here > i have a problem, after upgrade 4.1 from 4.0 one table is away (index) > i have table.ISM,.frm and .ISD. > when i try to

ISAM to MyISAM Convert pls

2005-01-02 Thread sc2
hello i hope im correct here i have a problem, after upgrade 4.1 from 4.0 one table is away (index) i have table.ISM,.frm and .ISD. when i try to convert it with ALTER TABLE table TYPE = MYISAM; he only says did not found table.MYI (where table is my name of the table) how i can convert it to MYI?