Open
Description
With newer versions of mariadb I think that instead of the SHOW SLAVE HOSTS
statement mysqltuner should be using the SHOW REPLICA STATUS;
statement.
That way you only need to give mysqltuner permission for GRANT SELECT, PROCESS, EXECUTE, REPLICA MONITOR, SHOW DATABASES, SHOW VIEW ON *.* TO 'mysqltuner'@'localhost'
The REPLICA MONITOR
permission would be better than giving the REPLICATION MASTER ADMIN
permission that is required to run SHOW SLAVE HOSTS