Repository: brooklyn-library Updated Branches: refs/heads/master 932438b3a -> 6007e46e6
Update visitors-creation-script.sql Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/5a8b1f28 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/5a8b1f28 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/5a8b1f28 Branch: refs/heads/master Commit: 5a8b1f288b47878d0d89dbbaf35ad7eae42d71c9 Parents: 932438b Author: Graeme-Miller <[email protected]> Authored: Mon Nov 6 16:51:43 2017 +0000 Committer: GitHub <[email protected]> Committed: Mon Nov 6 16:51:43 2017 +0000 ---------------------------------------------------------------------- .../src/main/resources/visitors-creation-script.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5a8b1f28/examples/simple-web-cluster/src/main/resources/visitors-creation-script.sql ---------------------------------------------------------------------- diff --git a/examples/simple-web-cluster/src/main/resources/visitors-creation-script.sql b/examples/simple-web-cluster/src/main/resources/visitors-creation-script.sql index 2fef262..afada4c 100644 --- a/examples/simple-web-cluster/src/main/resources/visitors-creation-script.sql +++ b/examples/simple-web-cluster/src/main/resources/visitors-creation-script.sql @@ -23,7 +23,7 @@ use visitors; # Create two users: 'brooklyn'@'%' and 'brooklyn'@'localhost' with full access # default password specified for compatibility with older blueprints that don't provide config; # if your blueprint sets the password it can be removed here -grant usage on *.* to 'brooklyn'@'%' identified by '${config["creation.script.password"]!"br00k11n"}'; +grant all privileges on *.* to 'brooklyn'@'%' identified by '${config["creation.script.password"]!"br00k11n"}'; # useful if sockets work also grant all privileges on *.* to 'brooklyn'@'localhost' identified by '${config["creation.script.password"]!"br00k11n"}';
