I'm frantically beginning the move from Xeround to Amazon RDS. I've been unable to connect to RDS via PHP. I've tried a number of variations of the following:
$connection = @mysql_connect('host:port','uname','password')
Nothing seems to go through. I'm using the same port value as I had used previously with Xeround, so that's not the issue. I'm certain the host is the endpoint and the username and password are correct. I've tried using the same parameters in C# and the MySQL workbench, but to no avail. What should I do to troubleshoot this problem?
Thanks!