mysql
mysql 테이블 크기
een
2014. 2. 27. 11:08
출처:http://blog.mongee.net/7
select table_name,(data_length)/(1024*1024) as 'DATA(MB)',(index_length)/(1024*1024) as 'INDEX(MB)' from information_schema.tables where table_name like '%_TBL';