The error can appear while crashing FS:
Table './somedb/sometable' is marked as crashed and last (automatic?) repair failed
To resolve it, try the following steps:
# cp -rp /var/lib/mysql/somedb/ /var/lib/mysql/somedb_backup/ # /etc/init.d/mysql stop # myisamchk -r /var/lib/mysql/somedb/*.MYI # /etc/init.d/mysql start

Be The First To Comment
Related Post
Please Leave Your Comments Below