change database engine to innodb to myisam code example Example: mysql change innodb to myisam ALTER TABLE table_name ENGINE = MyISAM;