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