以下の内容はhttps://kkkw.hatenablog.jp/entry/mysql/show-engine-each-tablesより取得しました。


データベースの各テーブルのエンジンを表示する方法

毎回調べているので自分用メモ

mysql> use information_schema;
mysql> select table_name, engine from tables where table_schema = 'foo';

ついでに、engineを変えるalter文

mysql> ALTER TABLE 'bar' ENGINE = InnoDB;

fooはデータベース名
barはテーブル名




以上の内容はhttps://kkkw.hatenablog.jp/entry/mysql/show-engine-each-tablesより取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14