admin on September 28th, 2008

Mysql report generates reports on mysql variables, status for performance/management.
Basically, it provides an easy-to-read report of the
SHOW /*!50002 GLOBAL */ STATUS;
command in mysql (which is what you have to do to guarantee return of ‘global’ rather than session variables as they changed the default with some version. <sigh>
http://dev.mysql.com/doc/refman/5.0/en/server-status-variables.html
Download here:
http://hackmysql.com/mysqlreport

Continue reading about Mysql report - reports on mysql itself