Re: [exim] losing mysql connection during query?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Tim Jackson
日付:  
To: exim-users
題目: 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