Red Hat Enterprise Edition

A

Anonymous

Guest
Hi Friends,

Recently, I am trying to install PHP on Red Hat Linux Enterprise edition. My problem is that it doesnt work.

Can anyone help me?

Please give me some info for installation of MySQL too in Red Hat Linux.

ThanX.

--V'ru
 
Yes, it works with PHP 5 and most probably PHP comes with built in but i am not getting work done.
I have to find some way out of this. Ok Thanks.
 
I don't think only PHP5 should be working on RHEL,
what is the problem,
you stop the original httpd,
and make an new Apache compilation with PHP 4.x and that should work, shouldn't give any problems.
 
Hi, I'm also using RHEL . I got PHP4 builtin & mysql. I can run PHP script but don'know how to run MySQL. I found that mysql also installed. Plz tell me how to istart mysql service.
 
login in as root and try this...
Code:
root@hostname # /etc/rc.d/init.d/mysqld start
it will return you if the service is already running or whatever is the status
If you don't have "mysqld" as the executable try "mysql"
 
Code:
root@hostname # /etc/rc.d/init.d/mysqld start

This location don't contain mysql. I think u make a mistake. I'm using RedHat Enterprise Linux AS 3.0. I can view that mysql 3.23.x.x and some related files installed but i can't run mysql. In RedHat 9 / fedora ..mysql service can also be run from services . But services can't contain mysql .

Pls help..
 
I got error while type #mysql ... Something like /tmp/mysql.sock ..xxx does not exist/u don't have permission on it. That file is not exist and when I create manually then also not working. I manually install mysql but also not working
 
Back
Top