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 :