From 094a80ebfbb393874d7e14aa48105fd37069e801 Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Mon, 4 Apr 2022 17:39:00 +0200 Subject: [PATCH] Mise en gras d'un warning --- HowtoMySQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoMySQL.md b/HowtoMySQL.md index 6cb9b45d..0188e232 100644 --- a/HowtoMySQL.md +++ b/HowtoMySQL.md @@ -644,7 +644,7 @@ mysql> GRANT FILE ON *.* TO 'jdoe'@localhost; Si l'on veux autoriser l’accès a une base depuis un utilisateur MySQL, depuis l’extérieur : -/!\\ Il faut s'assurer que MySQL écoute bien sur toutes les IPs (bind-address = 0.0.0.0 dans la configuration MySQL) +**/!\\ Il faut s'assurer que MySQL écoute bien sur toutes les IPs (bind-address = 0.0.0.0 dans la configuration MySQL)** Depuis une ip particulière :