Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

max_connections problem 1

Status
Not open for further replies.

Inandjo

Programmer
Dec 7, 2001
46
FR
hi,
i'm using MySQL 3.23.24 and i want to set the max_connection variable to another value.
I checked the help but there's no clear explaination.
Can somebody quickely give me the command i should execute??
 
hi

there are options for the mysqld in the help of mysql
as i remember there is something like this
--set variable=value (don't rely on this syntax ;-))

and there is the other option - edit your my.cnf file
in the [mysqld] section add
set-variable = max_connections=<value>

hope this helps


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top