通过yum安装,需要联网且为su账号
  • yum -y install httpd php mysql mysql-server php-mysql
  • 设置开启启动mysql,httpd
    /sbin/chkconfig httpd on 
    /sbin/chkconfig --add mysqld 
    /sbin/chkconfig mysqld on 
    /sbin/service httpd start 
    /sbin/service mysqld start
  • 检测启动

检测apache:ps aux | grep httpd

检测mysql:netstat -tulnp | grep :3306

 

 

 

 

 
posted on 2016-10-01 23:06  踌躇  阅读(111)  评论(0编辑  收藏  举报