[mysqld]
   set-variable    = max_connections=500
-----Original Message-----
From: serusers-bounces@lists.iptel.org [mailto:serusers-bounces@lists.iptel.org]On Behalf Of gc
Sent: Friday, June 11, 2004 9:08 AM
To: serusers@lists.iptel.org
Subject: [Serusers] mysql setup for ser

I am not familar with mysql.
 
A simple question:
The install guide for ser state to deal with a large number of connection the following line has to be added to mysqld configure file:
set-variable   =max_connections=500
 
Should I add
set-variable   =max_connections=500  or just
max_connections=500
into /etc/my.cnf ?
 
Gary