How to fix a large eximstats “huge”

Login as root via ssh to your server and run the following commands

mysql

use eximstats;

delete from sends;
delete from smtp;
delete from failures;

If you see error something like failures is cracshed, use next command

TRUNCATE TABLE failures;

delete from defers;

 

 

Similar Posts:

    None Found

Leave a Reply

Your email address will not be published. Required fields are marked *