From 52d3fc4d7c46c081453ddba8e54b27fe57a2796e Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Fri, 2 Jul 2021 16:44:11 +0200 Subject: [PATCH] failed to execute: SHOW SLAVE HOSTS #553 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9f0320a..c0fd6d0 100644 --- a/README.md +++ b/README.md @@ -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: