diff --git a/HowtoMySQL.md b/HowtoMySQL.md index 663db201..9d7a2c68 100644 --- a/HowtoMySQL.md +++ b/HowtoMySQL.md @@ -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]().