Created
March 31, 2020 04:40
-
-
Save leolin310148/f1770ea02592e0111470b62ad172ccd0 to your computer and use it in GitHub Desktop.
AWS RDS reset master password
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
aws rds modify-db-instance --db-instance-identifier ${db-identifier} --master-user-password ${pwd} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment