You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.errorAndExit("Aborting script as the databases (cloud, cloud_usage) already exist.\n" \
204
+
"Please use the --force-recreate parameter if you want to recreate the databases and schemas, or use --schema-only if you only want to create the schemas only.")
205
+
202
206
replacements= (
203
207
("CREATE USER cloud identified by 'cloud';",
204
208
"CREATE USER %s@`localhost` identified by '%s'; CREATE USER %s@`%%` identified by '%s';"%(
0 commit comments