=== MySQL Report ===
Contributors: Robbin Zhao
Author URI: http://www.drupal001.com/
Tags: mysql, mysql status, admin
Requires at least: 3.0
Tested up to: 3.3.2
 
MySQL Report will give you a mysqlreport in Wordpress admin panel

== Description ==

MySQL Report is provide the PHP version of [mysqlreport](http://hackmysql.com/mysqlreport), which is a popular perl script to show the mysql status in command line, this plugin is implement of PHP with Wordpress.

Very simple plugin, but the mysqlreport class could be used for other PHP applications easily, please check the code and implement your driver.

Sponsor link: [High Performance Web with Drupal](http://www.drupal001.com).

== Installation ==

This plugin uses the standard installation procedure: install the plugin's folder inside of `wp-content/plugins`, then enable it.

In the admin menu you will see a item, 'MySQL Report', it will display the mysqlreport of your mysql database.

= Screenshots ==
1. Admin page for mysqlreport

== Others ==
mysqlreport.php is a PHP version of mysqlreport, which could be compatible with other PHP applications if you implemented the mysqlreport_interface functions.
I will make it more clear and OOP instead of functions.

== Links ==
MySQL Status: http://dev.mysql.com/doc/refman/5.0/en/server-status-variables.html
MySQL Report Guide: http://hackmysql.com/mysqlreportguide