andrijapanicsb commented on a change in pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#discussion_r466305525
##########
File path: setup/db/create-database-simulator.sql
##########
@@ -20,8 +20,8 @@ DROP DATABASE IF EXISTS `simulator`;
CREATE DATABASE `simulator`;
-GRANT ALL ON simulator.* to cloud@`localhost` identified by 'cloud';
-GRANT ALL ON simulator.* to cloud@`%` identified by 'cloud';
+GRANT ALL ON simulator.* to cloud@`localhost`;
+GRANT ALL ON simulator.* to cloud@`%`;
Review comment:
@shwstppr I assume a password for this user is set elsewhere?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]