Hi,
I used to set up PHP4, apache 1.3.19 and mysql for web-based database. Last week I tried to install one program, but made my web server(apache)down, so I reconfigured apached using same way, then httpd started working. But my PHP couldn't connect to my mysql database, but used to work fine. Then I reconfigured PHP like
./configure --with-mysql=/usr/local/mysql --with-apache=/usr/local/apache_1.3.19 --enable-tract-vars
then make and make install, all steps looked like fine. My "test.php" works too. but I still got errors when I tried to retrieved data like
"Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) in /mnt/disk1/blast/searcharray.php on line 9
Couldnt connect database"
I don't know where is problem. Appreciate your help.
HP