MySQL table is marked as crashed and last (automatic?) repair failed

前端 未结 9 1672
半阙折子戏
半阙折子戏 2021-01-29 18:01

I was repairing this table suddenly server hanged and when I returned back all tables are ok but this one showing \'in use\' and when I try to repair it doesn\'t proceed.

<
9条回答
  •  广开言路
    2021-01-29 18:23

    This is a 100% solution. I tried it myself.

    myisamchk -r -v -f --sort_buffer_size=128M --key_buffer_size=128M /var/lib/mysql/databasename/tabloname

提交回复
热议问题