Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save leolin310148/f1770ea02592e0111470b62ad172ccd0 to your computer and use it in GitHub Desktop.
Save leolin310148/f1770ea02592e0111470b62ad172ccd0 to your computer and use it in GitHub Desktop.
AWS RDS reset master password
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