mysql檢視錶大小

安佰勝發表於2011-03-16
 
表大小=表大小+索引大小
 
查詢語句
select * from information_schema.TABLES
where information_schema.TABLES.TABLE_SCHEMA = 'owner'
and information_schema.TABLES.TABLE_NAME = 'table_name' \G

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/13177610/viewspace-689652/,如需轉載,請註明出處,否則將追究法律責任。

相關文章