select table_schema as DatabaseName,

sum(data_length + index_length) / 1024 / 1024 "Size(MB)"

from information_schema.tables

-- where table_schema = "TestDB"

group by table_schema


TestDB : 용량 확인 할 DB명


안정적인 DNS서비스 DNSEver DNS server, DNS service
Posted by 키르히아이스
,