RHEL搭建LAMP所用到的安装包

apache:

#yum -y install httpd httpd-devel

mysql:

#yum -y install mysql mysql-server mysql-devel

php:

#yum -y install php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel php-xml

你可能感兴趣的:(mysql)