1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
Please try to reset the rds master user password using the AWS console or aws cli command and then you should be able to login again with the new password.
Reference repost article to reset the master user password for RDS database - https://repost.aws/knowledge-center/reset-master-user-password-rds
Sample aws cli command to reset the master user password,
aws rds modify-db-instance --db-instance-identifier mysqldb01 --master-user-password "xxxxxxx" --region us-east-1
answered a month ago
Relevant content
- Accepted Answerasked 5 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 3 years ago