Resolved: Global variable
After setting the max connection to 1 conn and excute the query how can we remove it later?
2 answers ( 1 marked as helpful)
Hello,
As per my knowledge you should set the variable to another value, the default value is usualy 151
so you have to execute this query: SET GLOBAL max_connections = 151;
Hope this is helpful
Hi Snoor and Houda!
Thanks for reaching out!
@: Houda
Thanks for sharing this piece of information with the Community!
@: Snoor
As Houda pointed out, you can set the max_connections variable to 151. This is the default value.
Hope this helps.
Best,
Martin