From 9af08d015ce1362dcd0050f90752341fd6568bde Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Thu, 2 Jun 2016 16:24:41 +0200 Subject: [PATCH] adding minimum privileges request --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b13d01b..58ba0c2 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,10 @@ To get information about stored credentials, use the following command: password = ***** host = localhost +Question: What's minimum privileges needed by a specific mysqltuner user in database ? + + mysql>GRANT SELECT, PROCESS,EXECUTE, REPLICATION CLIENT,SHOW DATABASES,SHOW VIEW ON *.* FOR '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: