I\'ve had a quick search around (about 30 minutes) and tried a few bits, but nothing seems to work. Also please note I\'m no Linux expert (I can do most basic stuff, simple
OK... Answered... Was a problem with SELinux. Needed to run the following....
setsebool -P httpd_can_network_connect_db on
Also if you need to check if SELinux is causing issues it can be turned off with the following
setenforce 0
Then once finished
setenforce 1
Anyways, done... onwards!