Hi,
I am developing a java application that uses MySQL. MySQL is installed in a Windows machine. I want to change the max_connection from 100 to 500. I am able to do it thru command line but it exists only during a session. when i restart my PC, the max_connection is set to 100.
I want to set the max_connection to 500 permanently. From web site I found that my.cnf file is there and we can change the max_connection there. But in windows, I am unable to find any my.cnf file.
Pls let me know how to rid out of this problem.
Thanks in advance.
-Shantanu
I am developing a java application that uses MySQL. MySQL is installed in a Windows machine. I want to change the max_connection from 100 to 500. I am able to do it thru command line but it exists only during a session. when i restart my PC, the max_connection is set to 100.
I want to set the max_connection to 500 permanently. From web site I found that my.cnf file is there and we can change the max_connection there. But in windows, I am unable to find any my.cnf file.
Pls let me know how to rid out of this problem.
Thanks in advance.
-Shantanu