I am running a PHP application here http://www.france-hotel.com
I am able to run some PHP script from my computer to access a MYSQL database
I have setup a security group to allow access to port 3306 so from my local computer it is working, I can access my mysql database.
When i do the same thing on my website, i dont have any answer and I cant view any error message, the page is blanked.
My program stop just after the command
$base = mysql_connect ($DB_SERVER, $DB_USER, $DB_PASSWORD);
The only thing is see is coming from my application dashboard showing this message :
Environment health has transitioned from Ok to Warning. 100.0 % of the requests are failing with HTTP 5xx.
do you have any idea or experience about this problem ?
L