Hi,
I cannot send emails through me mail client. i got this message cPanel & WHM has determined that the following database tables are corrupt:
Database Error
eximstats error : Found 2028 keys of 2030
error : Corrupt
what should i do ?
Huzefa,
SwanSoft
The error means eximstats database is corrupt. You will need to repair the corrupt table under eximstats. With the command below you can perform a check on the database.
Quote# mysqlcheck eximstats
Once you do, a corrupt table will be show in the output. Simply, use the command below to repair the database.
Quote# myisamchk -r -f /var/lib/mysql/eximstats/table.MYI
Replace table with the actual table name.