Skip to content

Commit

Permalink
Merge pull request #1580 from mohamedsto7y/mstohy
Browse files Browse the repository at this point in the history
Fix Docs typo-'Postgres' to 'MySqL'
  • Loading branch information
henrykironde committed Apr 8, 2021
2 parents a1d26ba + 312af93 commit 82819fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Run commands in terminal to create user
mysql -e "GRANT ALL PRIVILEGES ON *.* TO 'travis'@'localhost';" -uroot
mysql -e "GRANT FILE ON *.* TO 'travis'@'localhost';" -uroot

Restart the server and test Postgress passwordless setup using retriever without providing the password
Restart the server and test MySQL passwordless setup using retriever without providing the password

``retriever install mysql iris``

Expand Down

0 comments on commit 82819fb

Please sign in to comment.