From 62980a5edf2dbea754548b0cb7ba619f42d2d98c Mon Sep 17 00:00:00 2001 From: emorino Date: Tue, 18 Jul 2017 10:45:16 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20augmenter=20le=20nombre=20de=20max=5Fco?= =?UTF-8?q?nnections=20=C3=A0=20chaud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoMySQL.md | 6 ++++++ 1 file changed, 6 insertions(+) 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]().