Quantcast
Channel: Smart » MySQL講座
Viewing all articles
Browse latest Browse all 12

[MySQL] データベースのサイズをMBで確認

$
0
0
下記SQLにて、データベース内にある全テーブルのサイズをMBで表示することができます。 SELECT SUM(data_length)/1024/1024 AS total_db_data_in_MB FROM info … +1 Continue reading

Viewing all articles
Browse latest Browse all 12

Trending Articles