myphpadmin convert databases from myisam to innodb code example Example: mysql change innodb to myisam ALTER TABLE table_name ENGINE = MyISAM;