Discussion on:

Message 13 of 13
0 Votes
+ -
RE: A fast and furious guide to MySQL database engines
While your article led me to the solution, my version of MySQL required a different syntax:
alter table tableName type=InnoDB;
show table status from databaseName;
Posted by jwendel@...
11th Jun 2009