[MDEV-18811] Remove requirement for SUPER in order to manipulate replication Created: 2019-03-04 Updated: 2019-03-04 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Eric Herman | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The STOP SLAVE and related commands require SUPER. From MySQL 8.0 docs: REPLICATION_SLAVE_ADMIN Enables the account to connect to the master server, start and stop replication, and use the CHANGE MASTER TO and CHANGE REPLICATION FILTER statements. Grant this privilege to accounts that are used by slave servers to connect to the current server as their master. This privilege does not apply to Group Replication; use GROUP_REPLICATION_ADMIN for that. |