I have a Rails 2.3.8 application running over a MySql DB.
Is it possible to check the actual size of the DB (in megabytes) through the Rails application?
If so, can i get a detailed view such as how many megabytes does a certain table takes?
Any thoughts?
You can fetch all you need from INFORMATION_SCHEMA
Some query from that page: