/etc/cloudstack/management/db.properties.
# service cloudstack-management stop# service cloudstack-usage stop
# mysql -u root -pupdate mysql.user set password=PASSWORD("newpassword123") where User='cloud';flush privileges;quit;
/etc/cloudstack/management/db.properties).
# java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.0.jar \ org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh \ input="newpassword123" password="`cat /etc/cloudstack/management/key`" \ verbose=false /etc/cloudstack/management/db.properties with the new ciphertext. Open /etc/cloudstack/management/db.properties in a text editor, and update these parameters:
db.cloud.password=ENC(encrypted_password_from_above) db.usage.password=ENC(encrypted_password_from_above)
# service cloudstack-management start
# service cloud-usage start