I have being programming with php and mysql for over 9 years and NEVER experienced this problem.
I have php5 , mysql 5 , apache 2 , running on vista(YACC,BLUARG)
I just have the most simple code
Code: Select all
$link = mysql_connect('localhost', 'username', 'password');Is not that it stop working , it is the first time I try it with this installation.
I have oracle xe running and I am able to connect to it.
It puzzles me that I dont get any php error , just and http error from apache. Basically the page is not responding within the time in php.ini
mysql is running fine and I am able to connect using the comannd line.
Any ideas