http://forge.mysql.com/tools/tool.php?id=217
By the way:
# Queries
The number of statements executed by the server. This variable includes statements executed within stored programs, unlike the Questions variable. This variable was added in MySQL 5.1.31.
# Questions
The number of statements executed by the server. As of MySQL 5.1.31, this includes only statements sent to the server by clients and no longer includes statements executed within stored programs, unlike the Queries variable.
:)
PlanetMySQL Voting: Vote UP / Vote DOWN