I have access to my MySql-database at my host through phpMyAdmin. I do now need to change the type of a table from MyIsam to InnoDB. How do I achieve this?
Printable View
I have access to my MySql-database at my host through phpMyAdmin. I do now need to change the type of a table from MyIsam to InnoDB. How do I achieve this?
ALTER TABLE name ENGINE = INNODB;
http://dev.mysql.com/doc/mysql/en/Storage_engines.html