=================================================
Title:  Check MySQL Tables
Date:   2007-07-18
Author: Kenichi OHWADA
URL:    http://linux2.ohwada.net/
Email:  webmaster@ohwada.net
=================================================

This is addtional in LAMP application.
this program executes sql "CHECK TABLE" in all tables of one databese.
you can use in XOOPS and other web application.

this program dont have the repair feature.
plase use admin tool like phpMyAdmin.

* install
copy "check_mysql.php" in your special directory like my_special
define some parameter, email, database

* usage
web:
  check_mysql.php?pass=your_password
command:
  php -q -f check_mysql.php [your_password]

* enclosed files
- check_mysql.php

* refference
http://dev.mysql.com/doc/refman/4.1/en/check-table.html
