Reputation: 167
I am facing the following error everytime I try to connect to the AWS RDS (MySQL) database instance from AWS explorer for eclipse. I new to using AWS, so I am not able decipher what is going wrong!
Error creating SQL Model Connection connection to Amazon RDS DB: uswest-mysql-easycheckin - US West (Oregon). (Error: Access denied for user 'admin'@'c-68-81-114-246.hsd1.pa.comcast.net' (using password: YES)) Access denied for user 'admin'@'c-68-81-114-246.hsd1.pa.comcast.net' (using password: YES) Error creating JDBC Connection connection to Amazon RDS DB: uswest-mysql-easycheckin - US West (Oregon). (Error: Access denied for user 'admin'@'c-68-81-114-246.hsd1.pa.comcast.net' (using password: YES)) Access denied for user 'admin'@'c-68-81-114-246.hsd1.pa.comcast.net' (using password: YES)
Upvotes: 0
Views: 950
Reputation: 4086
Could it be a problem with your security groups? "By default, network access is turned off to a DB instance." http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithSecurityGroups.html
Upvotes: 1