Skip to content

Commit 111d5fa

Browse files
authored
Merge pull request #438 from 36degrees/patch-1
Fix syntax error in grant statement
2 parents 4a01df4 + fc54175 commit 111d5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ To get information about stored credentials, use the following command:
211211

212212
**Question: What's minimum privileges needed by a specific mysqltuner user in database ?**
213213

214-
mysql>GRANT SELECT, PROCESS,EXECUTE, REPLICATION CLIENT,SHOW DATABASES,SHOW VIEW ON *.* FOR 'mysqltuner'@'localhost' identified by pwd1234;
214+
mysql>GRANT SELECT, PROCESS,EXECUTE, REPLICATION CLIENT,SHOW DATABASES,SHOW VIEW ON *.* TO 'mysqltuner'@'localhost' identified by pwd1234;
215215

216216
**Question: It's not working on my OS! What gives?!**
217217

0 commit comments

Comments
 (0)