このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
Tag Cloud
このページへのアクセス
今日: 4 / 昨日: 2
総計: 509
- Dokuwiki.fl8.jp(56)
- DokuWiki(49)
- counter(6)
- restore(6)
- 01 Galera構築(6)
最近の更新
このページへのアクセス
今日: 4 / 昨日: 2
総計: 509
確認
mysql> select table_schema, table_name, data_free, table_rows from information_schema.tables;
解消
mysql> ALTER TABLE `table_name` ENGINE INNODB;
※テーブル大きいと結構時間かかる