Set the variable
table_type to InnoDB. You can use
--default-table-type=InnoDB on the command line to the MySQL server or you can set it from the client:
Code:
SET GLOBAL table_type=InnoDB;
I guess you can also add the line
to the configuration file in the [mysqld] section