How to converting MYSQL table from InnoDB engine to MyISAM
Written by Mangesh on October 16, 2008 – 10:36 pm -How to converting MYSQL table from InnoDB engine to MyISAM
I have problem of table repair in InnoDB so I need to convert InnoDB to the engine MyISAM.
I converted a MySQL table’s InnoDB to the engine MyISAM.
The code I found for conversion:
ALTER TABLE Tablename ENGINE=MYISAM
You can replace MYISAM engine to InnoDB, ISAM, HEAP and etc.
Tags: InnoDB engine, MyISAM, mysql
Posted in Dedicated Server Hosting, linux, Linux VPS Hosting, Plesk For Linux, VPS hosting, Windows VPS | No Comments »



















