Results 1 to 3 of 3
Generally, under what paths Apache PHP Mysql are installed? and How do I know if these three are installed or not on the machine, Thanks for help!...
- 04-16-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 19
The default paths to install Apache PHP Mysql
Generally, under what paths Apache PHP Mysql are installed? and How do I know if these three are installed or not on the machine, Thanks for help!
- 04-16-2009 #2Linux Newbie
- Join Date
- Feb 2009
- Posts
- 99
after that,Code:updatedb &
run command
you can find startup script of apacheCode:locate apachectl
run command
you can find startup script of mysqlCode:locate mysqld_safe
start apache use
test install path.Code:<?php phpinfo(); ?>
- 04-20-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 19
I ran "locate mysqld_safe", it's ok but the following is wrong.
root@ubuntu:/usr/bin# locate mysqld_safe
/usr/bin/mysqld_safe
/usr/share/man/man1/mysqld_safe.1.gz
but when I cd into /usr/bin and want to ls myslqd_sage, I got
root@ubuntu:/usr/bin# ls mysql-safe
ls: cannot access mysql-safe: No such file or directory
Why there isn't mysql-safe in /usr/bin?


Reply With Quote