摘要: mysql> select table_name, concat(round((data_length + index_length +data_free)/1024/1024,2),'MB')from information_schema.tables where table_schema = 'test01'; /*查询单独数据库数据大小*/ ; +------------+--------... 阅读全文
posted @ 2018-12-11 13:09 王先华 阅读(535) 评论(0) 推荐(0)