Every socket of MySQL Database will have defaults connections as 100 but I am looking for any way to increase the number of possible connections > 100 to a socket connection of MySQL Database.
相关问题
- Multiple sockets for clients to connect to
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
I had the same issue and I resolved it with MySQL workbench, as shown in the attached screenshot:
Hope that helps!
The system does not allow me to upload pictures, instead please click on this link and you can see my screenshot...
From Increase MySQL connection limit:-
MySQL’s default configuration sets the maximum simultaneous connections to 100. If you need to increase it, you can do it fairly easily:
For MySQL 3.x:
For MySQL 4.x and 5.x:
Restart MySQL once you’ve made the changes and verify with:
EDIT:-(From comments)
The maximum concurrent connection can be maximum range: 4,294,967,295. Check MYSQL docs
If you need to increase MySQL Connections without MySQL restart do like below
These settings will change at MySQL Restart.
For permanent changes add below line in my.cnf and restart MySQL