摘要: 1、查看每个库中表的大小,按大小排序 注意:表占用空间大小,包括 数据 和 索引 SELECT table_schema as `Database`, table_name AS `Table`, round(((data_length + index_length) / 1024 / 1024), 阅读全文
posted @ 2022-11-30 09:29 Zhai_David 阅读(2740) 评论(0) 推荐(0)