简体   繁体   中英

Connecting to AWS RDS using eclipse

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)

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM