Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify BINLOG MONITOR required for mariadb client setup #1304

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JoeAlamo
Copy link

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

it-percona-cla commented Aug 28, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants