mysql_connect(): Too many connections in /path/to/file.php on line 123 Unable to connect to sql server

Mysqld has a limit to the number of connections that it will take at one time.

You can tell mysqld to increase the limit by creating an /etc/my.cnf file, adding an option, then restarting mysqld.

The option is:

[mysqld]
max_connections=500
 
trouble/mysqlcon.txt · Last modified: 2010/02/21 04:15 by muscardin
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Please visit Automatic Backlinks to start earning free backlinks Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki