Skip to content

Commit 42c6e7a

Browse files
author
Lucas Martins
committed
Fix --skip-users-auto-creation flag
1 parent ce658e5 commit 42c6e7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup/bindir/cloud-setup-databases.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@ for full help
229229
"GRANT ALL ON cloud_usage.* to cloud@`%`;",
230230
"GRANT process ON *.* TO cloud@`localhost`;",
231231
"GRANT process ON *.* TO cloud@`%`;",
232+
"IF foo > 0 THEN",
233+
"DROP USER 'cloud'@'localhost' ;",
234+
"END IF;",
235+
"DROP USER 'cloud'@'%' ;"
232236
)
233237

234238
scriptsToRun = ["create-database","create-schema", "create-database-premium","create-schema-premium"]

0 commit comments

Comments
 (0)