1.安装顺序
建议采用PAM的安装顺序,原因是在安装PHP的时候,yum会顺带安装apache
2.安装php
yum install php
yum install mysql-server
3.Mysql 的初始化(设置root密码)
service mysqld start
mysql_secure_installation
启动Apache
service httpd start
1.安装顺序
建议采用PAM的安装顺序,原因是在安装PHP的时候,yum会顺带安装apache
2.安装php
yum install php
yum install mysql-server
3.Mysql 的初始化(设置root密码)
service mysqld start
mysql_secure_installation
启动Apache
service httpd start