pmury commented on issue #3397: Docker simulator not working, built in DB 
configuration problem
URL: https://github.com/apache/cloudstack/issues/3397#issuecomment-500786781
 
 
   Seems like deployment scripts assume there should be a DB user named "cloud" 
but it is not in the database delivered with the simulator:
   ```
   
   mysql> SELECT user, authentication_string FROM mysql.user;
   +------------------+-------------------------------------------+
   | user             | authentication_string                     |
   +------------------+-------------------------------------------+
   | root             |                                           |
   | mysql.session    | *THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE |
   | mysql.sys        | *THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE |
   | debian-sys-maint | *2505A97210CB9BFDFA8B5C7453A7800A968ECAF7 |
   +------------------+-------------------------------------------+
   4 rows in set (0.00 sec)
   
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to