> use information_schema; > select table_name, engine from tables where table_schema = "jogrid_db";
$ mysqlcheck -c -r データベース名 -u root -p
> use jogrid_db; > ALTER TABLE テーブル名 ENGINE=INNODB;