Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.5.5, 10.5.13, 10.6
Description
This is a clone of the original MDEV-23610
This BUG is still not fixed. Although marked as closed. Found no way to reopen.... so created this clone.
Easy steps to reproduce:
SELECT VERSION();
SELECT USER();
GRANT REPLICATION CLIENT ON . TO 'CMDSYSTEM'@'%';
SHOW GRANTS;
SHOW SLAVE STATUS;
=>
10.5.13-MariaDB-log
CMDSYSTEM@CAS-WS200115.caseris.intern
GRANT BINLOG MONITOR ON . TO `CMDSYSTEM`@`%` IDENTIFIED BY PASSWORD '*something'
Access denied; you need (at least one of) the SUPER, SLAVE MONITOR privilege(s) for this operation SQL.sql 10 1
Attachments
Issue Links
- duplicates
-
MDEV-23899 admin privilege required to monitoring replication status - 10.5.5
- Closed
- is caused by
-
MDEV-21743 Split up SUPER privilege to smaller privileges
- Closed
- relates to
-
MDEV-22030 Don't grant REPLICATION MASTER ADMIN automatically on upgrade from an older JSON user table
- Closed
-
MDEV-22152 REPLICATION MASTER ADMIN privilege not given to former SUPER users upon upgrade
- Closed
-
MDEV-23918 admin privlege required to view contents of relay logs in 10.5
- Closed