GitHub user drigodwin opened a pull request: https://github.com/apache/brooklyn-library/pull/141
Mysql update password If you set the `mysql.datadir` in order to specify an existing database, the MySQL entity still tries to set the root password from blank assuming that it's not set. If the existing database has a password set, even if you define `mysql.password`, it errors. This change tries both blank password and the specified password, fixing this problem. You can merge this pull request into a Git repository by running: $ git pull https://github.com/drigodwin/brooklyn-library mysql-setpassword Alternatively you can review and apply these changes as the patch at: https://github.com/apache/brooklyn-library/pull/141.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #141 ---- commit e2e3c2230cc0241e77fa7df3ea9af7bb559ed8d5 Author: Duncan Godwin <duncan.god...@cloudsoftcorp.com> Date: 2017-11-08T15:01:52Z Mysql update password ---- ---