会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
持之以恒,默默积累(巩尊杨)
博客园
首页
新随笔
联系
管理
2016年7月12日
计算mysql 数据库 表大小 服务器传输 小写表明转成大写
摘要: //数据库表存储大小 select table_schema,table_name,table_rows,concat(round(data_length/1024/1024/1024,2),'GB') length from tables where table_schema='ERP' orde
阅读全文
posted @ 2016-07-12 11:45 大漠孤城漫黄沙
阅读(444)
评论(0)
推荐(0)
公告