Page 1 of 1

Change MAX Concurrent Connections in MySQL

PostPosted: 11. June 2010 13:20
by cdrw30
I have 4 concurrent connections in my MYSQL, i wish at least 20. What are the parameters or file to modify?

In the MYSQL manual talk about file my.cnf, but in xampp this file not exist.
or
I want to find
max_connections = x
max_user_connections= x
Any idea?

Re: Change MAX Concurrent Connections in MySQL

PostPosted: 11. June 2010 14:09
by JonB
Look at these two things:

http://www.webmasterworld.com/forum112/456.htm

and

http://www.adminxp.com/programming/index.php?aid=204

my.ini is in C:\xampp\mysql\bin

Good Luck

8)