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
Prev Previous commit
Next Next commit
Fix --skip-users-auto-creation flag
  • Loading branch information
Lucas Martins committed Feb 13, 2025
commit 42c6e7ad8e16a6feadc864ad71134958ae12a702
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@`%`;",
Comment thread
lucas-a-martins marked this conversation as resolved.
Outdated
"IF foo > 0 THEN",
Comment thread
lucas-a-martins marked this conversation as resolved.
Outdated
"DROP USER 'cloud'@'localhost' ;",
"END IF;",
"DROP USER 'cloud'@'%' ;"
)

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