From 2bd89929811f00f1f845dfa1eb3a2e5d4c9cfa18 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Wed, 11 Oct 2017 15:13:47 -0400 Subject: [PATCH] fix display --- HowtoMySQL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HowtoMySQL.md b/HowtoMySQL.md index b8ef5a9b..379d921d 100644 --- a/HowtoMySQL.md +++ b/HowtoMySQL.md @@ -596,6 +596,7 @@ mysql> UPDATE mysql.user SET Password='PASSWORD' WHERE User='jdoe' and Host='loc ### Changer variables globales d'environnement On peut changer à chaud certaines variables globales d'environnement : + ~~~{.sql} mysql> SET GLOBAL max_connect_errors=50; ~~~