Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in E:\wwwroot\86angel_DX\a.php on line 16

Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'ODBC'@'localhost' (using password: NO) in E:\wwwroot\86angel_DX\a.php on line 17

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in E:\wwwroot\86angel_DX\a.php on line 17

Warning: Invalid argument supplied for foreach() in E:\wwwroot\86angel_DX\a.php on line 20
Database Table Repair Utility for Discuz! (Require MySQL 3.23+)

This script will attempt to repair corrupted databases. While it can repair most common errors,
it can not repair everything. As a side benefit it will also optimize your tables.
This script was copyrighted by Jelsoft and modified by Crossday Studio to make it apply for Discuz!.

Usage:

iterations=x (x is the number of times you wish for the script to attempt to repair a broken table)
nohtml=1 (Output text only no html. Useful for cronjobs and you wish to receive text only)
check=1 (without this you will get this screen and no checking)

Example Usage:

repair.php?html=1&check=1 (most common usage, will check a forum and return html results)
repair.php?check=1&iterations=5 (try to repair damaged tables 5 times)