You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ge...@apache.org on 2017/11/09 14:50:25 UTC

[2/2] brooklyn-library git commit: Closes #141

Closes #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.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/2f99257d
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/2f99257d
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/2f99257d

Branch: refs/heads/master
Commit: 2f99257d3c1835a2f37a286b1bbdd06e782594ca
Parents: 05b6983 2347c0a
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Thu Nov 9 14:49:54 2017 +0000
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Thu Nov 9 14:49:54 2017 +0000

----------------------------------------------------------------------
 .../entity/database/mysql/MySqlSshDriver.java    | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)
----------------------------------------------------------------------