If you are going to use a passage of Lorem Ipsum, you need to be sure there
isn't anything embarrassing hidden in the middle of text.
MySQL Query for getting size of database in a schema
SELECT table_schema `your_database_name`, ROUND(SUM(data_length + index_length) / 1024 / 1024, 1) "DB Size in MB"
FROM information_schema.tables
GROUP BY table_schema;
Get the weekly newsletter! In it, you'll get:
See an example newsletter