Steps to repair a corrupt MySQL table?

The following similar database error may be fixed by running a repair on the specified database table: “Can’t open file: ‘phpbb_topics.MYI’ (errno: 144).”

Follow these steps given below to repair a table in your database:-

1) Log into your Control Panel

2) Click Site Tools

3) Click Database Manager

4) For the databse in question, click Admin

5) Click phpMyAdmin

6) Click on the database name

7) Click the SQL tab

8) In the box, enter the following query (where table_name is the name of the table being referenced in the error message): repair table table_name

9) Click Go.

Leave a Reply