[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] 'max_connections' in MySQL



Kevin Schaefer wrote:

> I use the MySQL 3.2x.54 from pkgmaster.com on a RaQ 4r
> My server is reporting too many connections like this:

This is not a *developer* question ? (wrong list)

Please RTFM at http://www.mysql.com/documentation/

> I guess I need to increase the 'max_connections' but I don't find the config
> file that is recommended.  Should I cr4eate it and where would it be placed?

Add these lines to /etc/my.cnf: (creating it if needed)

[mysqld]
set-variable = max_connections=500

Save, and restart MySQL for changes to take effect.

--anders