On servers with cPanel installed, we may see the eximstats database filling up. The steps you need to take are as follows in order — apply the commands carefully.
To check the
current status;
du -sh /var/lib/mysql/eximstatsYou can apply this command to see its size. To delete it;
mysql
use eximstats
delete from failures;
delete from defers;
delete from smtp;
delete from sends;
Leave a Comment
* Your comment will be published after approval.
Comments
0No comments yet. Be the first to comment!