BINLOG MONITOR Privilege
This page is part of MariaDB's Documentation.
The parent of this page is: Privileges for MariaDB Enterprise Server
Topics on this page:
Overview
DETAILS
Grants ability to execute SHOW BINLOG EVENTS, SHOW BINLOG STATUS, SHOW BINARY LOGS, and SHOW MASTER STATUS statements.
Legacy privilege REPLICATION CLIENT can be used as an alias for BINLOG MONITOR in ES10.5 but the capabilities are different. BINLOG MONITOR does not grant SHOW SLAVE STATUS, or SHOW REPLICA STATUS these are granted with REPLICA MONITOR.
If a user upgrades from ES10.4 or earlier to ES10.5.8-5 or later, any users with REPLICATION CLIENT and REPLICATION SLAVE privileges will automatically be granted the REPLICA MONITOR privilege. This privilege upgrade happens upon server startup, so
mysql_upgrade
is not required.The upgrade behavior does not apply to minor release upgrades that upgrade from ES10.5.6-4 or earlier ES10.5.x release to ES10.5.8-5 or later.