Last answered:

22 May 2024

Posted on:

09 Jun 2023

1

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)
Posted on:

21 Mar 2024

0

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

Instructor
Posted on:

22 May 2024

0

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

Submit an answer