MySQL Forums
Forum List  »  Performance

Re: how to update max_connections of mysql on linux
Posted by: Daniel Nichter
Date: May 31, 2005 01:14PM

In /etc/my.cnf under the [mysqld] section add:
max_connections = 500

then either execute SET GLOBAL max_connections = 500; in MySQL or restart MySQL.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how to update max_connections of mysql on linux
107596
May 31, 2005 01:14PM


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.