web
You’re offline. This is a read only version of the page.
close
Checkmark

Thank you for your feedback

Repair a database using phpMyAdmin or MySQL

Learn how to repair a corrupted database.

Article ID: SLN29131

Repair your database

  Repair a database with phpMyAdmin 

Note: You may wish to back up your database before repairing it with phpMyAdmin. Learn how. This repair process is for advanced users.

  1. Sign in to your  My Services page.

  2. Click the Hosting link.

     

  3. Click the phpMyAdmin link in the Databases module. 
    phpMyAdmin Databases Link.

  4. Click on the database name you wish to repair. In this example, we'll click the blog database.
    The PhpMyAdmin Select Database dialog.

  5. The list of database tables will display.
    The PhpMyAdmin Database Tables dialog.

  6. Click the Check All link at the bottom of the table list.

  7. Select Repair table from the With selected: dropdown menu.

  8. The repair process will now run, then display a status when complete.
    The PhpMyAdmin Database Repair Complete dialog.

You may also access and manage your database using PHP or Perl.

To learn more about MySQL, please visit the MySQL website.

  Repair a database with MySQL

Note: You may wish to back up your database before repairing it with MySQL. Learn how.

  1. Sign in to your  My Services page.

  2. Click the Hosting link.

     

  3. Click the MySQL Databases link in the Databases module.
    MySQL Databases Link.

  4. Scroll down to Modify Databases and select the database you would like to repair under Repair Database.
    Repair Database Selection.

  5. Click the Repair Database button.
    Repair Database Button.

  6. You'll see a Repairing Database complete message.
    Repairing Database Message.