系统:centos6.4 x86_64
安装软件:
yum install httpd httpd-devel php php-devel mysql mysql-devel mysql-server php-gd php-mysql php-mbstring
启动服务:
service httpd start
service mysqld start
设置开机启动:
chkconfig httpd on
chkconfig mysqld on
配置mysql密码:
mysql_secure_installation 命令,按提示操作
转载请注明:Findever » yum安装lamp环境