Merge pull request #438 from 36degrees/patch-1
Fix syntax error in grant statement
This commit is contained in:
commit
111d5fa03d
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ To get information about stored credentials, use the following command:
|
|||
|
||||
**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;
|
||||
mysql>GRANT SELECT, PROCESS,EXECUTE, REPLICATION CLIENT,SHOW DATABASES,SHOW VIEW ON *.* TO 'mysqltuner'@'localhost' identified by pwd1234;
|
||||
|
||||
**Question: It's not working on my OS! What gives?!**
|
||||
|
||||
|
|
Loading…
Reference in a new issue