If MySQL is taking up a lot of your server's resources, then you would probably want to know what databases are causing this to happen.
To find this out, you can use the following command:
Code:
mysqladmin processlist
Run this a few times and then see what databases show up the most.