摘要: Mysql查询数据库表内存占用情况,按照表名分组 SELECT table_schema AS '数据库名称',table_name AS '数据表名' ,table_rows AS '数据条数(条)' ,ROUND((data_length + index_length) / 1024/ 1024 阅读全文
posted @ 2024-06-26 15:03 人生为卒 阅读(5) 评论(0) 推荐(0) 编辑