导航

2013年1月25日

摘要: 一条简单的语句就可以:SELECT table_schema AS "DBName", sum( data_length + index_length ) AS "DBSize(Bytes)"FROM information_schema.TABLES GROUP BY table_schema 阅读全文

posted @ 2013-01-25 17:04 eastson 阅读(315) 评论(0) 推荐(0)