CentOS yum安装Apache+MySQL+PHP
安装Apahce # yum -y install httpd 安装mysql # yum -y instal mysql mysql-server 安装php及其php扩展 # yum -y install php php-common php-cli php-pear php-pdo php-mysql php-gd php-mbstring php-mcrypt php-xml php-xmlrpc php-pecl-zendopcache 启动服务配置 # chkconfig httpd…
阅读全文 »