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