Hi, still trying to clean this up. The number of aborted clients is still relatively high (>10%)
I've found that there is an aborted connection for 'root' every 6 minutes like so . . .
My timeout in my.cnf is set to 600
What I'm wondering if you have any idea what could be happening with such regularity?
Of if there is a way I can track it down. I've tried watching mysql status, but it doesn't really give me any clue.
Is there anything else I can look at?
Thanks.
I've found that there is an aborted connection for 'root' every 6 minutes like so . . .
Code:
131021 16:14:00 [Warning] Aborted connection 1525 to db: 'mysql' user: 'root' host: 'localhost' (Unknown error)
131021 16:20:09 [Warning] Aborted connection 1750 to db: 'mysql' user: 'root' host: 'localhost' (Unknown error)
131021 16:26:20 [Warning] Aborted connection 1849 to db: 'mysql' user: 'root' host: 'localhost' (Unknown error)
What I'm wondering if you have any idea what could be happening with such regularity?
Of if there is a way I can track it down. I've tried watching mysql status, but it doesn't really give me any clue.
Is there anything else I can look at?
Thanks.