yum_install_lamp

yum -y update
yum install httpd httpd-devel mysql mysql-server mysql-devel  php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel php-xml
/etc/init.d/httpd start
chkconfig httpd on
chkconfig mysqld on

你可能感兴趣的:(mysql,PHP)