|
|
MySQL error code 145 - Table was marked as crashed and should be repaired - Mysql
|
Views : 726
|
|
Tagged in : Mysql
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
If you receive an error message on your web site that says that a table "is marked as crashed and should be repaired," usually this can be remedied by running a repair on your MySQL database from inside your cPanel.
1) Login to your cPanel
2) Go to the MySQL section, select the tables you want to repair and click the "REPAIR" option.
or you can just run this sql query:
REPAIR TABLE table_name; |
|
By Rekha, On - 2009-11-06 |
|
|
|