Last answered:

21 Mar 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?

1 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

Submit an answer