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