Hi~ all
We have encountered this problem that mysqld keeps giving below error message in mysqld log, as the same in title
This is probably caused by abnormally shutting down mysqld.
It seems mysqld tried to auto-fix it but failed, because I can see this message in log,too
At first I tried to repair this table history_uint by myisamchk
This command finished with no error output.
But unfortunatly it didn't work, mysqld still complains about crashed history_uint
Is there anything else I can do to safely repair the table history_uint ?
And better without pausing mysql server running.
Thanks everyone~!!
yglin
We have encountered this problem that mysqld keeps giving below error message in mysqld log, as the same in title
Code:
Table './zabbix/history_uint' is marked as crashed and should be repaired
It seems mysqld tried to auto-fix it but failed, because I can see this message in log,too
Code:
Incorrect key file for table './zabbix/history_uint.MYI'; try to repair it
Code:
myisamchk -s -r /var/mysql/zabbix/history_uint.MYI
But unfortunatly it didn't work, mysqld still complains about crashed history_uint
Is there anything else I can do to safely repair the table history_uint ?
And better without pausing mysql server running.
Thanks everyone~!!
yglin
Comment