I came across 1 nuggets about the topic : query on internet.
You can search these links on my public listing page on  learning paths
Website Screenshot
How to determine the size of MySQL databases and tables

o determine the sizes of all of the tables in a specific database, at the mysql> prompt, type the following command. Replace database_name with the name of the database that you want to check:

Home