yum -y install php安装
yum -y remove php 卸载

yum -y install mysql 安装
yum -y remove mysql 卸载

yum -y install httpd安装
yum -y remove httpd 卸载