SELECT table_schema AS "Database", SUM(data_length + index_length) / 1024 / 1024 / 1024 AS "Size (GB)" FROM information_schema.TABLES
Read more →Whats eating my disk space on my MySQL database!
Read more →Contact us and we'll get back to you as soon as possible.