重装centos系统(6.8 64位)+配置环境

yum install httpd httpd-devel 

yum install mysql mysql-server

yum install php php-devel

重启apache

 

配置apache和mysql开机自启

chkconfig --level 2345 apache on

chkconfig --level 2345 mysqld on

 

安装php扩展

yum install php-mysql php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc

重启apache

 

http://www.jb51.net/article/101113.htm

http://blog.csdn.net/showhilllee/article/details/53010617

https://jingyan.baidu.com/article/3f16e003f827782591c1039f.html

posted @ 2017-10-29 14:36  Bender9527  阅读(603)  评论(0编辑  收藏  举报