[MXS-3198] MariadbMon documentation needs to take 10.5 privilege changes into account Created: 2020-09-17 Updated: 2021-04-19 Resolved: 2020-10-07 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Documentation |
| Affects Version/s: | 2.4.12 |
| Fix Version/s: | 2.4.13, 2.5.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hartmut Holzgraefe | Assignee: | Esa Korhonen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-116 |
| Description |
|
Currently the MairadMon documentation says that the REPLICATION CLIENT privilege is needed as a minimum: GRANT REPLICATION CLIENT on . to 'monitor_user'@'%'; Assuming that this privilege is mostly needed to execute SHOW SLAVE STATUS it needs to be replaced with GRANT REPLICATION SLAVE ADMIN ON . to 'monitor_user'@'%' for server versions 10.5 and later. See also: https://mariadb.com/kb/en/changes-improvements-in-mariadb-105/#privileges-made-more-granular |