iloving commented on issue #11588: URL: https://github.com/apache/cloudstack/issues/11588#issuecomment-3260017936
As an experiment, I tried running the db setup without specifying a key, and a different interesting thing happened: `cloudstack-setup-databases cloud:[email protected] --deploy-as=root:$CLOUDSTACK_ROOT_PASSWORD` ``` *************************************************************** Encountering an error when executing mysql script ---------------------------------------------------------------------- table: /usr/share/cloudstack-management/setup/create-database.sql Error: b"mysql: [Warning] Using a password on the command line interface can be insecure.\nERROR 1396 (HY000) at line 58: Operation CREATE USER failed for 'cloud'@'localhost'\n" ``` It not only isn't using the correct server, but there's apparently there's an errant carriage return being added. -- 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]
