Hi friends,
I am using redhat 5 and php3.0.16 and mysql 3.22. What I am trying to do is upgrade mysql to 3.23.21, but I have a problem. In mysql I am using the tables in ISAM mode, what I would like to do is convert this table that I have to MyISAM format. I read the docs in mysql site , and it tell me about use alter table or a perl comand mysql_convert_table_format.
The problem is I couldn't find the right sintax with alter table to convert it.
Anyone has anyidea.
Regards