MilesWeb Hosting Forum

Web Hosting Technical Support => Errors and Solutions => Topic started by: Huzefa on March 22, 2016, 02:23:38 PM

Title: Server Issue
Post by: Huzefa on March 22, 2016, 02:23:38 PM
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
Title: Re: Server Issue
Post by: Administrator on March 22, 2016, 02:27:42 PM
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.