I’m using MYSQL MYISAM. during some update operation the query hanged and had to be killed.
Table ‘./mydb/mytable’ is marked as crashed and last (automatic?) repair failed
do I have no choice but to drop the table?
I’m using MYSQL MYISAM. during some update operation the query hanged and had to
Share
You can use myisamchk to repair the table.
First try this:
And if that fails, try this: (make sure you backup first!)