[原创]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 [...]
CentOS4.4下用yum安装 apache php mysql
最新推荐文章于 2024-07-29 19:52:32 发布
本文详细介绍了如何在CentOS4.4系统中使用yum命令安装Mysql 4.1和Apache 1.3,并配置它们随系统启动的方法。
182

被折叠的 条评论
为什么被折叠?



