I can\'t get PHPMyAdmin to connect to my Amazon RDS instance. I\'ve granted permissions for my IP address to the DB Security Group which has access to this database I\'m tr
If you can connect from the cli using mysql -h ENDPOINT -u USERNAME -p but not from PHPMyAdmin or your own web scripts, don't forget to tell selinux to let your web server talk to the network :)