在Centos下安装httpd、php、Mysql并配置(转载)
摘要:转自:http://club.jledu.gov.cn/?action-viewspace-itemid-299020 1、安装Apahce, PHP, Mysql, 以及php连接mysql库组件。 yum -y install httpd php mysql mysql-server php-mysql 2、 配置开机启动服务:设置apache服务器httpd服务开机启动、在服务清单中添加mysql服务、设置mysql服务开机启动 1) /sbin/chkconfig httpd on /sbin/chkconfig --add mysqld /sbin/chkconfig...
阅读全文
posted @ 2014-02-27 23:09
浙公网安备 33010602011771号