Innovation Award
 March 2004
Number 4 |
MySQL is probably the most popular database being used with PHP applications. Sometimes, the databases need to be subject of maintenance tasks like optimizing heavily changed tables or repair tables that may have been affected by some kind of system malfunctioning.
MySQL provides seperate tools to perform these tasks but in the latest versions it was added the possibility request the execution of this kind of operatings via special SQL commands, but on a table by table basis.
This class provides an interface to automate the execution of these maintenance tasks on all tables of a given database.
This is a simple level of automation enables for instance the possibility to schedule the database maintenance operations by executing PHP scripts that use this class to execute the necessary maintenance tasks without human intervention.
Manuel Lemos |
This class is meant to analyze, optimize or repair tables of a MySQL database.
The class is capable of connecting to a given MySQL database, extract the list of names of tables, and perform one of the three operations in all tables. The results are outputted in an HTML table.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (83.3%) |
Sufficient (75.0%) |
- |
- |
- |
- |
Not sure (49.2%) |
1377 |
| Month: |
Not yet rated by the users |

If you know an application of this package, send a message to the
author to add a link here.