MySQL dies and logs shows error as below :
[ERROR] /usr/sbin/mysqld: Table './eximstats/sends' is marked as crashed and last (automatic?) repair failed
[ERROR] /usr/sbin/mysqld: Table './eximstats/sends' is marked as crashed and last (automatic?) repair failed
A simple fix is to repair the tables using command :
myisamchk -r /var/lib/mysql/eximstats/sends.MYI
- recovering (with sort) MyISAM-table '/var/lib/mysql/eximstats/sends.MYI'
Data records: 1292
- Fixing index 1
- Fixing index 2
- Fixing index 3
Data records: 3265
All should be good.
Hi,
Hi,
Can you please provide docs about those tables ? specially I wanna know about the defers and failures tables.
I wanna track the mailes that bounced back and/or undelivered emails. Is there any way I can makes use of those tables ? or do you have any suggestion for that ?
If irrelevant to this post I am very sorry- still if you really know any how abouts please response.
Thanks in advance.
You can find the mail statistics directly under WHM Main >> Email >> View Mail Statistics