以下の内容はhttps://hogem.hatenablog.com/entry/20110219/1298218615より取得しました。


mysql の table size確認

次のどっちかでいけそ?

mysql> SHOW TABLE STATUS;
mysql> USE information_schema;
mysql> SELECT table_schema,SUM(data_length) FROM information_schema.tables Group By table_schema ORDER BY SUM(data_length);



以上の内容はhttps://hogem.hatenablog.com/entry/20110219/1298218615より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

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