Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions setup/bindir/cloud-setup-databases.in
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ for full help
"GRANT ALL ON cloud_usage.* to cloud@`%`;",
"GRANT process ON *.* TO cloud@`localhost`;",
"GRANT process ON *.* TO cloud@`%`;",
"IF foo > 0 THEN",
"DROP USER 'cloud'@'localhost' ;",
"END IF;",
"DROP USER 'cloud'@'%' ;"
)

scriptsToRun = ["create-database","create-schema", "create-database-premium","create-schema-premium"]
Expand Down
Loading