18
0
Fork 0

Ajout augmenter le nombre de max_connections à chaud

This commit is contained in:
emorino 2017-07-18 10:45:16 +02:00
parent 1d738d4974
commit 62980a5edf
1 changed files with 6 additions and 0 deletions

View File

@ -1175,6 +1175,12 @@ Pour l'arrêter/redémarrer, même principe (attention, `mysqld_multi` est peu v
# ps auwx | grep 3307
~~~
## Augmenter le nombre de max_connections à chaud :
~~~
set global max_connections = 350;
~~~
## Optimisation avancée
Voir [/HowtoMySQL/Optimize]().