To repair a corrupted MySQL (MyISAM) table either follow this video, or the steps bellow.
Login to phpMyAdmin (https://mysql.server.textdrive.com/).
Note: You'll need to substitute server with the name of the actual server for your account.
- Select a database from the drop down menu on the left. A list of tables in that db will appear directly below the drop down menu.
- In the main content area, select the check box next to the table you want to repair
- In the With Selected drop down below, select Repair Table. You should now see a SQL-query message telling you that the status of the table is OK
- At the top of the main content area, click the STRUCTURE tab
- Select the same table again but this time select Optimize Table from the With Selected drop down. You should now see a SQL-query message telling you that the status of the table is OK.
Your MySQL table should now be repaired.
