摘要: SELECT table_schema AS "Database", ROUND(SUM(data_length + index_length) / 1024 / 1024, 2) AS "Size (MB)" FROM information_schema.tables GROUP BY tabl 阅读全文
posted @ 2025-11-06 18:34 刚好遇见Mysql 阅读(7) 评论(0) 推荐(0)