failed to execute: SHOW SLAVE HOSTS #553

This commit is contained in:
Jean-Marie Renouard 2021-07-02 16:44:11 +02:00
parent 47cf0669fc
commit 52d3fc4d7c

View file

@ -238,6 +238,11 @@ To get information about stored credentials, use the following command:
mysql>GRANT SELECT, PROCESS,EXECUTE, REPLICATION CLIENT,SHOW DATABASES,SHOW VIEW ON *.* TO 'mysqltuner'@'localhost' identified by pwd1234;
**Question: What's minimum privileges needed by a specific mysqltuner user in database for MySQL 8 or MariaDB 10.5 ?**
mysql>GRANT SELECT, PROCESS,EXECUTE, REPLICA MONITOR,SHOW DATABASES,SHOW VIEW ON *.* TO 'mysqltuner'@'localhost' identified by pwd1234;
**Question: It's not working on my OS! What gives?!**
These kinds of things are bound to happen. Here are the details I need from you in order to research the problem thoroughly: