In phpmyadmin you can look at “status”. This has a bunch of statistics for the mysql process.
My question is: Are these statistics for everyone on the shared box or are these solely for my users databases?
These numbers are astronomical for my small website (49 million queries per day). So its either I need to track down some serious problems or just realize that its an aggregate of everyones data.
Those statistics are for the entire server as a whole. Unfortunately, there is no way to get per-user statistics like that from the MySQL server into phpMyAdmin.
Answer #1
Those statistics are for the entire server as a whole. Unfortunately, there is no way to get per-user statistics like that from the MySQL server into phpMyAdmin.