mysql variables: what is max connections and how to change

Avatar de mohamd galal mohamedmgalalm

The number of connections permitted is controlled by the max_connections system variable. The default value is 151 to improve performance when MySQL is used with the Apache Web server. (Previously, the default was 100.)

To check the current max connection  value

show variables like "max_connections";

Ver la entrada original 131 palabras más

Deja un comentario