lucas-a-martins commented on code in PR #9969:
URL: https://github.com/apache/cloudstack/pull/9969#discussion_r1862497044


##########
setup/bindir/cloud-setup-databases.in:
##########
@@ -219,6 +220,19 @@ for full help
                     ""),
             )
 
+        queriesToSkip = (
+            "CREATE USER cloud@`localhost` identified by 'cloud';",
+            "CREATE USER cloud@`%` identified by 'cloud';",
+            "GRANT ALL ON cloud.* to cloud@`localhost`;",
+            "GRANT ALL ON cloud.* to cloud@`%`;",
+            "GRANT process ON *.* TO cloud@`localhost`;",
+            "GRANT process ON *.* TO cloud@`%`;",
+            "GRANT ALL ON cloud_usage.* to cloud@`localhost`;",
+            "GRANT ALL ON cloud_usage.* to cloud@`%`;",
+            "GRANT process ON *.* TO cloud@`localhost`;",
+            "GRANT process ON *.* TO cloud@`%`;",

Review Comment:
   fixed! thank you



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to