From 6d47083474132920b600421063a8ea9562d294ad Mon Sep 17 00:00:00 2001 From: gavin Date: Thu, 27 Sep 2012 17:20:26 -0700 Subject: [PATCH] updated README with correct mysql user permissions (fixes #15) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdb0f25..d81078b 100644 --- a/README.md +++ b/README.md @@ -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