The easy way to convert a myisam table to innodb is:
<tt>alter table mytable type=innodb;</tt>
Google for "mysql convert myisam to innodb". Or <a href="http://dev.mysql.com/doc/mysql/en/converting-tables-to-innodb.html" title="mysql.com">Click here</a mysql.com>.
Overly complex method?
Posted by: ulric on July 19, 2005 06:41 PM#