[Solved] PHP not connecting to Remote MySQL [duplicate]


Found this to be an issue with SELinux that is not allowing httpd network connections.

Executing:

setsebool -P httpd_can_network_connect=1

Solved the problem.

solved PHP not connecting to Remote MySQL [duplicate]