Update MariaDB-Monitor.md

Added missing RELOAD privilege to monitor docs.
This commit is contained in:
Markus Mäkelä 2018-06-15 13:22:51 +03:00
parent ddcaa5603b
commit bf3a683395

View File

@ -251,7 +251,7 @@ master), _switchover_ (swapping a slave with a running master) and _rejoin_
(joining a standalone server to the cluster). The features and the parameters
controlling them are presented in this section.
These features require that the monitor user (`user`) has the SUPER privilege.
These features require that the monitor user (`user`) has the SUPER and RELOAD privileges.
In addition, the monitor needs to know which username and password a slave
should use when starting replication. These are given in `replication_user` and
`replication_password`.
@ -370,7 +370,7 @@ error is logged and automatic failover is disabled. If this happens, the cluster
must be fixed manually and the failover needs to be re-enabled via the REST API
or MaxAdmin.
The monitor user must have the SUPER privilege for failover to work.
The monitor user must have the SUPER and RELOAD privileges for failover to work.
#### `auto_rejoin`