MySQL Forums
Forum List  »  Performance

Re: Max connections blocked lower than max_connections is set
Posted by: Olve Hansen
Date: February 25, 2005 09:54AM

We had a similar problem, and needed to change settings in /etc/security/limits.conf
Example:
mysql - nofile 10000
Where the number is a number above the number of connections you want.

In redhat the number of connections is in some way represented as a file.

Hope this helps.

--
Olve

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Max connections blocked lower than max_connections is set
2314
February 25, 2005 09:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.