|
Documentation about global Privilege REPLICATION CLIENT:
https://mariadb.com/kb/en/library/grant/
has missing information:
SHOW BINARY LOGS;
is allowed as well when REPLICATION CLIENT is granted:
rplmon@mariadb-104 [(none)] SQL> show binary logs;
--------------------------------------------+
--------------------------------------------+
| laptop5_mariadb-104_binlog.000037 |
537 |
| laptop5_mariadb-104_binlog.000038 |
114870 |
| laptop5_mariadb-104_binlog.000039 |
819 |
--------------------------------------------+
rplmon@mariadb-104 [(none)] SQL> show grants;
----------------------------------------------------------------------------------------------------------------------------
| Grants for rplmon@localhost |
----------------------------------------------------------------------------------------------------------------------------
| GRANT REPLICATION CLIENT ON . TO 'rplmon'@'localhost' IDENTIFIED BY PASSWORD '*14E65567ABDB5135D0CFD9A70B3032C179A49EE7' |
----------------------------------------------------------------------------------------------------------------------------
|