Symptoms of corrupted tables include queries that abort unexpectedly and observable errors such as these:
-
is locked against changetbl_name
.frm -
Can't find file
(Errcode:tbl_name
.MYInnn
) -
Unexpected end of file
-
Record file is crashed
-
Got error
nnn
from table handler
To get more information about the error, run perror nnn
, where nnn
is the error number.
perror - describes a system or MySQL error code.
Can be used to display a description for a system error code, or an MyISAM/ISAM table handler error code. The error messages are mostly system dependent