I have setup a mysql database on a linux server on Amazon's EC2. This works well locally. I can log into the linux box and administer the mysql database
I am trying to connect my local GUI client to the remote mysql and it is failing to connect.
I updated the /etc/mysql/my.cnf file and changed the following:
skip-networking
bind-address = 0.0.0.0
I am still not able to connect. Any thoughts?
EDIT: I first tried bind-address=0.0.0.0 , then I added skip-networking with bind-address
EDIT #2: I made sure the security group opens on 3306. I also have other ports open which work so I dont think its an amazon specific issue