Web Hosting Talk







View Full Version : Increasing max_connections of mysqld


Adriaan
09-05-2002, 05:42 PM
mysqladmin -u root variables | grep max_connections return 100. I want to set it to 200 or more. How do I do this?

Tried making a my.cnf in /etc/ but didn't worked.

I put this in the file.
[mysqld]
set-variable = max_connections=200

Did some one ever did this before?

Adriaan

Pingu
09-05-2002, 06:09 PM
Did you restart mysql?