Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MySQL [central_server]> SELECT table_schema "DB Name",
- Round(Sum(data_length + index_length) / 1024 / 1024, 1) "DB Size in MB"
- FROM information_schema.tables
- GROUP BY table_schema;
Advertisement
Add Comment
Please, Sign In to add comment