[PHP-DB] MySQL max_connections

2001-03-30 Thread Lee Stretton

Hi,

Got a bit of a problem with the number of users accessing a website
driven by a MySQL database. I want to increase the number of allowed
connections to the database,  I have found the variable to change
(max_connections) but have not been able to find out how, or where to
change it. So if anyone can let me know it would be very helpful.

Thanks in advance,

Lee Stretton

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] MySQL max_connections

2001-03-30 Thread CC Zona

In article [EMAIL PROTECTED],
 [EMAIL PROTECTED] (Lee Stretton) wrote:

 Got a bit of a problem with the number of users accessing a website
 driven by a MySQL database. I want to increase the number of allowed
 connections to the database,  I have found the variable to change
 (max_connections) but have not been able to find out how, or where to
 change it. So if anyone can let me know it would be very helpful.

http://www.mysql.com/doc/O/p/Option_files.html  See in particular the 
section on "set-variable".

-- 
CC

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]