MySQL

A collection of 2 articles

MySQL DB sizes in GB

SELECT table_schema AS "Database", SUM(data_length + index_length) / 1024 / 1024 / 1024 AS "Size (GB)"

Read more →

MySQL Table sizes in a human-readable format

Whats eating my disk space on my MySQL database!

Read more →

Do you have any question to us?

Contact us and we'll get back to you as soon as possible.