Re: [exim] losing mysql connection during query?

Pàgina inicial
Delete this message
Reply to this message
Autor: Tim Jackson
Data:  
A: exim-users
Assumpte: Re: [exim] losing mysql connection during query?
On 10 Nov 2004, Steve Taylor wrote:

> temporarily rejected RCPT<user@???>: MYSQL: query failed: Lost
> connection to MySQL server during query


Sounds like your MySQL server is unhappy. Is there anything interesting in
/var/lib/mysql/<hostname>.err ? Perhaps you've exceeded the maximum
connection count (I'm not sure if this would cause the symptoms you're
seeing, but it's possible)? If so, bump it up in /etc/my.cnf e.g.
"set-variable = max_connections=200". (assuming you have the resources to
support that of course)

Tim