Pig
6-10-04, 02:07 PM
You can repair a table by logging into https://phpmyadmin.powweb.com
Click on the table to be repaired, and click on the 'operations' tab. Under 'table maintenance', click on repair table.
If you are unable to click on the table, click on the SQL tab and type the following in the box and click 'go' (replace <table name> with the actual table name).
REPAIR TABLE <table name>
If you cannot repair the table, you may want to restore the database from one of the back ups in OPS.
Click on the table to be repaired, and click on the 'operations' tab. Under 'table maintenance', click on repair table.
If you are unable to click on the table, click on the SQL tab and type the following in the box and click 'go' (replace <table name> with the actual table name).
REPAIR TABLE <table name>
If you cannot repair the table, you may want to restore the database from one of the back ups in OPS.