会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
poterliu
欢迎关注微信公众号【程序员进阶日志】一起成长
博客园
首页
新随笔
联系
订阅
管理
2021年4月12日
MySQL查看表占用空间大小
摘要: -- 1,切换数据库 use `information_schema`; -- 2,查看数据库使用大小 select concat(round(sum(data_length/1024/1024),2),'MB') as data from tables where table_schema='we
阅读全文
posted @ 2021-04-12 08:54 poterliu
阅读(486)
评论(0)
推荐(0)
编辑
公告