How to repair a corrupted database table Print

  • 0

A corrupted table can cause site errors; phpMyAdmin can often fix it.

  1. Open phpMyAdmin (article 119) and select the database.
  2. On the table list, tick the affected table(s) (or use Check All).
  3. From the With selected dropdown at the bottom, choose Repair table.
  4. phpMyAdmin runs the repair and reports the result.

Tip: For WordPress, you can also enable its built-in repair tool by adding define('WP_ALLOW_REPAIR', true); to wp-config.php, then visiting yourdomain.co.za/wp-admin/maint/repair.php. Remove that line afterwards.


Was dit antwoord nuttig?
Back

Powered by WHMCompleteSolution

Chat with us