Ispmanager 6 lite, pro, host documentation

Checking and repairing the database

 

The control panel allows you to check and repair database tables. The current version supports check and repair of MyISAM tables. These operations are performed by means of the mysqlcheck utility.

Checking the database

To check the integrity of the database, enter Databases → select the database → mysqlcheckStart mysql checkOk.

The result of the check is displayed in the mysqlcheck check status column.


To view the detailed report, enter Databases → select the database → mysqlcheckReport.


Repairing the database

Note
We recommend to create a database backup before repairing.

To repair all corrupted tables, enter Databases → select the database → mysqlcheckStart mysql repairOk.

To repair an individual table, enter Databases → select the database → mysqlcheckReport → select the table → Start mysql repairOk.

Repair of an individual table may fail. In this case, it is recommended to run the repair for all tables of the database.