2 Risposte
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
0
You can restore the password with this api
aws rds modify-db-instance --master-user-password
You can restore the password with this api
aws rds modify-db-instance --master-user-password
Do you know if this will restore the config for the user? I can access with the password to the mysql command line but it does not allow me to connect to the db I want.
There are 2 users matching the master username; only resetting the the one not tied to a specific host @philaws