I'm just trying to connect to an Amazon MySQL RDS instance from MySQL Workbench on my local machine. At the moment I am not trying to connect to an EC2 instance or to any other server or to do something special. I just want to connect in the easiest way, so I can add a database, tables and some data from MySQL Workbench.
I have a Workbench MySQL application downloaded and installed on my Mac running OSX 10.9.4.
I installed an instance of RDS MySQL on Amazon AWS.
I have an EC2 security group that is authorized for this RDS instance. (Should I use the CIDR / IP security group? If so, can you stop in more detail)
I opened MySQL Workbench and in the "Configure a new connection" window:
- The connection method is set to standard (TCP / IP).
- The hostname is the endpoint that I find under my RDS panel for this instance
- Username is my username that I made when I created this RDS instance.
- The password asks "Save in the keychain ..." I put the password that I made when I created this instance of RDS.
When I test the connection in WorkBench, I get an error message:
Can't connect to MySQL server on 'SERVER_IP_ADDRESS' (60)
What am I doing wrong? Go step by step from the very beginning for beginners.
source share