作者:我不是码神 | 分类:9 | 浏览:2 | 评论:0
SELECT table_schema "Database", ROUND(SUM(data_length + index_length) / 1024 / 1024, 2) "Size (MB)" FROM information_schema.tables GROUP BY table_schema;
Powered By Z-BlogPHP 1.7.3
备案号:湘ICP备2023033734号-1