摘要: 1:使用以下命令查询指定数据库容量大小: where table_schema='mysql' #mysql是数据库名称,将mysql修改自己想要查询的数据库即可。 select table_schema as '数据库', sum(table_rows) as '记录数', sum(truncat 阅读全文
posted @ 2020-11-10 13:54 Old·Artist 阅读(1539) 评论(0) 推荐(1) 编辑