Jan Josefowicz <[EMAIL PROTECTED]> wrote: > I'm trying to change the value of max_connections variable but mysqld > doesn't accept that. > I use mysql 3.23.54 and my config file /etc/my.cnf looks like: > > [mysql.server] > ... > ... > set-variable max_connections=200 > > After a newstart of mysqld the value of max_connections is unchanged and > equals 100. >
mysql.server understands only basedir, datadir and pid-file options. Put entry for max_connections to the [mysqld] section of my.cnf. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]