Fix : check_mysql Has Determined That There Are Corrupted Database Tables (eximstats)

In this tutorial, we can learn how to resolve this issue: check_mysql has determined that there are corrupted database tables (eximstats) 

Error

“check_mysql has determined that there are corrupted database tables

cPanel & WHM has determined that the following database tables are corrupt:

Database Error

eximstats error : Record at pos: 26819502 is not remove-marked

error : record delete-link-chain corrupted

error : Corrupt

error : record delete-link-chain corrupted

error : Corrupt”

 

If you are getting these types of warning messages from cPanel, with anything related to “eximstats” you can repair the database/table.

 

Solution

1) Login to WHM.

2) Navigate to Home >> SQL Services.

Fix : check_mysql Has Determined That There Are Corrupted Database Tables (eximstats)

 

3) Click on the icon ‘Repair a MySQL Database’.

Fix : check_mysql Has Determined That There Are Corrupted Database Tables (eximstats)

 

4) Select the database ‘eximstats’ from the list of databases.

Fix : check_mysql Has Determined That There Are Corrupted Database Tables (eximstats)

 

5) Click the button ‘Repair Database’.

Fix : check_mysql Has Determined That There Are Corrupted Database Tables (eximstats)

 

You can resolve this issue from your back-end also.

1) Login to your server via SSH.

2) Run this command to repair the database.

 # mysqlcheck -r eximstats

To repair all the database.

# mysqlcheck -r -A

3) Restart the MySQL service.

# Service mysql restart

 

If you need any further help please contact our support department.

Was this answer helpful? 0 Users Found This Useful (0 Votes)