I have a MySql server instance in Amazon EC2. In my.cnf
If I write bind-address = 127.0.0.1 , server can starts.
But If I write bind-address = SERVER_IP, it gives Bind error.
So to connect this server remotely (because I want to use it for development in my local workspace), what should I do?
