Skip to content

Commit

Permalink
updated README with correct mysql user permissions (fixes #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin committed Sep 28, 2012
1 parent ed8abff commit 6d47083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The collection scripts are a bit more involved. You'll want to create a separate

#### Set up a new database user in mysql

mysql -uroot -e "GRANT ... ON *.* TO 'raingauge'@'localhost' IDENTIFIED BY 'SuperSecurePass'"
mysql -uroot -e "GRANT PROCESS, SUPER ON *.* TO 'raingauge'@'localhost' IDENTIFIED BY 'SuperSecurePass'"

#### Add the raingauge service

Expand Down

0 comments on commit 6d47083

Please sign in to comment.