I am using MySQL on RDS (AWS) but when I run mysql -u admin -p travel-community
and enter password, I am getting error# ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)
.
I am using Master username and Master password to access MySQL.
Credentials are correct as I have taken screenshot while creating it but still get error.