[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


Generated at Thu Feb 08 04:19:40 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.