From 94a33e77ecc796690cbc6d1d196021a29f69ad40 Mon Sep 17 00:00:00 2001 From: vlaborie Date: Fri, 10 Aug 2018 14:48:17 +0200 Subject: [PATCH] Mise a jour user nagios -> nrpe --- HowtoMySQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoMySQL.md b/HowtoMySQL.md index 56414aae..d950153b 100644 --- a/HowtoMySQL.md +++ b/HowtoMySQL.md @@ -561,7 +561,7 @@ mysql> GRANT SHOW VIEW on *.* to `debian-sys-maint`@localhost; Pour créer un utilisateur sans droit particulier, par exemple pour du monitoring : ~~~{.sql} -mysql> create user nagios@localhost identified by 'PASSWORD'; +mysql> create user nrpe@localhost identified by 'PASSWORD'; ~~~ On peut aussi gérer des droits sur les tables :