How to fix 'eximstats' for Cpanel.

 

Problem:

My 'eximstats' appears to be down and fails to start on boot. I have tried to restart it via WHM and it still fails.



Solution:

Hello,

1 fix to try is to run the following commands as root via SSH.

cd /scripts
./updatenow
./mysqlup --force
./upcp --force
./fixeverything

This updates the missing MySQL Client libaries and completed the setup for eximstats.

If this does not work you need to create the missing 'eximstats' mysql account which is used to store and access the data for the 'eximstat' application. Sometimes you may also need to create the missing SQL tables and other data.
 

  • 43 Users Found This Useful
Was this answer helpful?

Related Articles

MySQL DUMP [ Import - Export ]

MySQL Tutorial - Import or Export A Database This tutorial section deals with mysqldump which is...

How to solve "MySQL is running but PID file could not be found"

If you encounter the error "MySQL is running but PID file could not be found" you have to...