Repair Table in Mysql/PhpMyadmin

There is two way to repair Database Table in ‘phpMyAdmin’.

First Option

  1. Login to phpMyAdmin
  2. Choose the affected database. If you only have one database, it should choose it by default so you don’t need to do anything.
  3. In the main panel, you should see a list of your database tables. Check the boxes by the tables that need repair.
  4. At the bottom of the window just below the list of tables, there is a drop down menu. Choose “Repair Table”
This should fix your table, and let you access it again.

 

Second Option

You’ll need to run this command from the MySQL prompt:

 

 

 

 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *