Tag Archives: calculation

Space utilised in MySQL tables

 


Source: http://stackoverflow.com/questions/6474591/how-can-you-determine-how-much-disk-space-a-particular-mysql-table-is-taking-up

For a table mydb.mytable run this for:
BYTES

 

KILOBYTES

 

MEGABYTES

 

GIGABYTES

 

GENERIC

Here is a generic query where the maximum unit display is TB (TeraBytes)