How can I get the aggregate volume usage for all of my MySQL DB's on my server? We have 55 DB's and I am wondering if there is a nice, easy way to get this.
|
feedback
|
|
| |||
|
feedback
|
|
One of the most effective ways is to look at the raw file size.. It takes into account your indexs and data.. Which in fact is a good idea ( seeming that your index's need to be read, and hopefully all fit into memory ) du -h /var/lib/mysql/then your dbs Are you running on myisam or innodb?? | |||
|
feedback
|