会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
gossip
博客园
首页
新随笔
管理
2020年10月26日
【MySQL】查询数据库表、列、索引、事务信息等
摘要: 一. 表信息 select table_schema as '数据库', table_name as '表名', table_rows as '记录数', truncate(data_length/1024/1024, 2) as '数据容量(MB)', truncate(index_length/
阅读全文
posted @ 2020-10-26 12:15 扯
阅读(350)
评论(0)
推荐(0)
编辑
公告