-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MySQL password setter that uses existing connection
This modifies the existing method `set_mysql_password` and splits it into the original and a 2nd part called `set_mysql_password_using_current_connection`. This allows a root connection to be set up and then the password for any user to to be updated, so that a mysql instance charm can update the password. (cherry picked from commit 61ecb2e)
- Loading branch information
1 parent
9b3a0ea
commit 1820882
Showing
2 changed files
with
201 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters