摘要: 运行以下查询语句可查询: -- 查看所有数据库大小(MB)SELECT table_schema AS '数据库名', ROUND(SUM(data_length + index_length) / 1024 / 1024, 2) AS '总大小(MB)'FROM information_schem 阅读全文
posted @ 2025-09-11 02:23 幽暗天琴 阅读(107) 评论(0) 推荐(0)