摘要:
use information_schema; -- 查看当前数据库大小 select concat(round(sum(data_length)/(1024*1024),2) + round(sum(index_length)/(1024*1024),2),'MB') as 'DB Size' f 阅读全文
posted @ 2019-10-10 12:23 tobyhuzhang 阅读(114) 评论(0) 推荐(0)
posted @ 2019-10-10 12:23 tobyhuzhang 阅读(114) 评论(0) 推荐(0)
posted @ 2019-10-10 12:19 tobyhuzhang 阅读(159) 评论(0) 推荐(0)
posted @ 2014-10-28 14:53 tobyhuzhang 阅读(233) 评论(1) 推荐(0)