RHEL 3, upgrade to PHP 4.3.10, mysql 4.19, apache 1.3.33

I was having a really tough time upgrading RHEL to PHP 4.3.10 and mySQL 4.19 (and downgrading to apache 1.3.33 because of numerous issues with apache 2).

So I asked a tech at my hosting company to do it, but now it doesn't seem to be working in several respects:
-I can no longer treat mysqld or httpd as services (so service httpd start/stop/restart won't work because httpd is now an unrecognized service, as is mysql)
-mySQL won't work with PHP. If I try to run a PHP page utilizing mysql, I get:
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in ...

Any ideas how to fix this?

Thanks,

Alex

 

 

 

 

Top