[原创]CentOS4.4下用yum安装 apache php mysql
一、安装mysql4.1
# yum install mysql-server mysql /etc/init.d/mysqld start chkconfig mysqld on
加启启动
# service mysqld start
二、安装 apache 1.3
# yum install httpd
加入启动
# /etc/init.d/httpd start
# chkconfig httpd [...]