I am trying to set up a dev environment on my local machine that accesses a MySQL DB on AWS, but I keep getting a \"Can\'t connect\" message.
mysql_connect(\
I am on a Windows 7 machine, and had to make the following 3 changes to be able to connect to AWS RDB.
VPC Security Group update in AWS Console (similar to what mikemay has above)
my.cnf update in local MySQL configuration
Turn OFF Windows Firewall
After these changes, I am able to connect through both
Command Prompt with
mysql.exe -h -U -P -p