91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

mysql數據庫容量查詢

發布時間:2020-02-28 18:04:21 來源:網絡 閱讀:167 作者:王小酸 欄目:MySQL數據庫

1.查看所有數據庫容量大小

Mysql">select table_schema?as?'數據庫',sum(table_rows)?as?'記錄數',sum(truncate(data_length/1024/1024, 2))?as?'數據容量(MB)',sum(truncate(index_length/1024/1024, 2))?as?'索引容量(MB)'from?information_schema.tablesgroup?by?table_schemaorder?by?sum(data_length) desc, sum(index_length) desc;

2.查看所有數據庫各表容量大小

selecttable_schema?as?'數據庫',table_name?as?'表名',table_rows?as?'記錄數',truncate(data_length/1024/1024, 2)?as?'數據容量(MB)',truncate(index_length/1024/1024, 2)?as?'索引容量(MB)'from?information_schema.tablesorder?by?data_length desc, index_length desc;

3.查看指定數據庫容量大小

例:查看mysql庫容量大小
select
table_schema as '數據庫',
sum(table_rows) as '記錄數',
sum(truncate(data_length/1024/1024, 2)) as '數據容量(MB)',
sum(truncate(index_length/1024/1024, 2)) as '索引容量(MB)'
from information_schema.tables
where table_schema='mysql';

4.查看指定數據庫各表容量大小

例:查看mysql庫各表容量大小
select table_schema?as?'數據庫',table_name?as?'表名',table_rows?as?'記錄數',truncate(data_length/1024/1024, 2)?as?'數據容量(MB)',truncate(index_length/1024/1024, 2)?as?'索引容量(MB)'from?information_schema.tableswhere?table_schema='smartmonitor'order?by?data_length desc, index_length desc;
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

得荣县| 临汾市| 教育| 博罗县| 洛川县| 汉寿县| 浦东新区| 卓资县| 县级市| 邵阳县| 泾阳县| 浦江县| 西平县| 永善县| 安多县| 科尔| 东阿县| 丹巴县| 石棉县| 眉山市| 恭城| 莫力| 武功县| 安阳市| 卢湾区| 科技| 东光县| 金秀| 辉县市| 兴隆县| 天柱县| 江都市| 张家口市| 夏邑县| 阜新| 德兴市| 阿图什市| 武平县| 尖扎县| 阿拉善左旗| 屏东市|