会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
翟大卫(Zhai David)
you are value enoug. no fails, all just test. 轻松赚钱,潇洒生活。
博客园
首页
新随笔
联系
订阅
管理
2022年11月30日
如何获取mysql数据库中每个表的大小?
摘要: 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)
公告