2 Respostas
- Mais recentes
- Mais votos
- Mais comentários
0
You can restore the password with this api
aws rds modify-db-instance --master-user-password
Conteúdo relevante
- feita há 2 meses
- AWS OFICIALAtualizada há 8 meses
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