Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Specify BINLOG MONITOR required for mariadb client setup#1304

Open
JoeAlamo wants to merge 1 commit intopercona:mainfrom
JoeAlamo:patch-1
Open

Specify BINLOG MONITOR required for mariadb client setup#1304
JoeAlamo wants to merge 1 commit intopercona:mainfrom
JoeAlamo:patch-1

Conversation

@JoeAlamo
Copy link
Copy Markdown

Issue was originally identified here: https://forums.percona.com/t/mariadb-pmm-client-commands-access-denied/32626

Following instructions, I noticed that pmm user was receiving many access denieds.

Looking at my previous mysqld exporter setup, I noticed that the instructions didn't specify to include the BINLOG MONITOR grant for the user.

Once I added BINLOG MONITOR, the number of access denieds dropped.

It also made binlog related graphs start working

BINLOG MONITOR is required for SHOW BINLOG STATUS and SHOW BINARY LOGS

See https://mariadb.com/kb/en/grant/#binlog-monitor

REPLICA MONITOR is required for SHOW BINLOG STATUS and SHOW BINARY LOGS

See https://mariadb.com/kb/en/grant/#binlog-monitor
@JoeAlamo JoeAlamo requested a review from a team as a code owner August 28, 2024 14:22
@it-percona-cla
Copy link
Copy Markdown

it-percona-cla commented Aug 28, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants