Configuring permissions for MariaDB 10.11

Description:

I was configuring permissions for MySQL Service (MariaDB 10.11). I used this documentation:

The documentation mentioned the following GRANTs for MariaDB:

SELECT, PROCESS, REPLICA MONITOR, RELOAD ON

But in fact I needed to replace it by

SELECT, PROCESS, BINLOG MONITOR, RELOAD ON

Version:

PMM - latest (3.1.0)
MariaDB 10.11

Additional Information:

After applying updated grants, the QAN was working

MariaDB Grants

@Mykhaylo_Rykmas Thank you for the correction. I’ll send this to our docs team!