Welcome to Dentoo Errors & Solutions archive, where you can post error messages and receive solutions from other members of the community. Completely free to sign up and use!

Categories

0 votes

When trying to see mail queue or mail stats in WHM I get the error message

 

Table ‘./eximstats/failures’ is marked as crashed and should be repaired

in Linux by (940 points)

1 Answer

0 votes

To fix issue “Table ‘./eximstats/failures’ is marked as crashed and should be repaired ” please perform the following commands as root

 
 
root@server [~]#mysql
mysql> use eximstats ;
Database changed

mysql> truncate table failures;
Query OK, 0 rows affected (0.11 sec)

mysql> quit

root@server [~]# mysqlcheck -c eximstats
 
 
 
 
And then check again,,,
by (940 points)

Dedicated Servers
...