Skip to content

failed to execute: SHOW SLAVE HOSTS #553

Open
@Steve8291

Description

@Steve8291

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions