Update MariaDB-Monitor.md
Added missing RELOAD privilege to monitor docs.
This commit is contained in:
@ -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
|
(joining a standalone server to the cluster). The features and the parameters
|
||||||
controlling them are presented in this section.
|
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
|
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
|
should use when starting replication. These are given in `replication_user` and
|
||||||
`replication_password`.
|
`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
|
must be fixed manually and the failover needs to be re-enabled via the REST API
|
||||||
or MaxAdmin.
|
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`
|
#### `auto_rejoin`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user