adding minimum privileges request

This commit is contained in:
Jean-Marie Renouard 2016-06-02 16:24:41 +02:00
parent 38dbf6e6ec
commit 9af08d015c

View file

@ -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: