SELECT table_schema AS "Database", ROUND(SUM(data_length+index_length)/1024/1024,2) AS "Size (MB)" FROM information_schema.TABLES GROUP BY table_schema;
You are currently browsing the monthly archive for March 2020.
Martin Lormes on Wordpress, PHP, Nagios, XML, FileMaker, BlackBerry, Arduino
You are currently browsing the monthly archive for March 2020.
SELECT table_schema AS "Database", ROUND(SUM(data_length+index_length)/1024/1024,2) AS "Size (MB)" FROM information_schema.TABLES GROUP BY table_schema;
Recent Comments