I have an AWS RDS database I can't connect, I get the following error:
mysql -h rds.eu-west-1.rds.amazonaws.com -P 3306 -u admin
ERROR 2003 (HY000): Can't connect to MySQL server on 'rds.cfckm0d26fsq.eu-west-1.rds.amazonaws.com:3306' (60)
The RDS security group allows all traffic for my IP as well explicit opens 3306 Also I have my RDS as Publicly accessible (which I don't like)
To travelshoot, I also open my security group to the world: 0.0.0.0/0, but the error remains