摘要:
查看一个数据库中表的大小select table_name, (data_length+index_length)/1024/1024 as total_mb,table_rows from information_schema.tables where table_schema='zabbix'; 阅读全文
posted @ 2020-02-18 20:44
happylive-888
阅读(201)
评论(0)
推荐(0)
浙公网安备 33010602011771号