The “Can’t open file: ‘database_table.MYI’ (errno: 144)” error may be fixed by running a repair on the specified database table:
Here are the steps to repair a table in your database:
- Login to your Control Panel.
- Click Hosting.
- Choose Databases.
- For the database you wish to fix, click the phpMyAdmin link.
- Click your database ID located on the left (eg. d#######).
- Click the SQL tab.
- Enter the following in the Run SQL query/queries box (where table_name is the name of the table being referenced in the error message):
1 | repair table table_name; |
If this does not fix it, attempt using the following SQL statement:
1 | repair table table_name USE_FRM; | | | | | | | | | | | | source netfirm.com |
No comments:
Post a Comment