How to get size of a mysql database?
Suppose the target database is called "v3".
Mysql – How to get size of thesql database
databaseMySQL
Related Topic
- Python – How to connect to a MySQL Database in Python
- Mysql – Should I use the datetime or timestamp data type in MySQL
- Mysql – How to get a list of user accounts using the command line in MySQL
- Sql – What are the options for storing hierarchical data in a relational database
- Mysql – How to get the sizes of the tables of a MySQL database
- Mysql – How to import an SQL file using the command line in MySQL
Best Answer
Run this query and you'll probably get what you're looking for:
This query comes from the mysql forums, where there are more comprehensive instructions available.