当前位置:K88软件开发文章中心电脑基础基础应用05 → 文章内容

CentOS6.5系统中的yum如何安装LAMP

减小字体 增大字体 作者:华军  来源:华军资讯  发布时间:2019-1-31 15:35:45

下面就来介绍一下CentOS6.5系统中的yum如何安装LAMP,一起来看一下。  1、安装源  rpm -Uvh http://mirrors.yun-idc.com/epel/6/x86_64/epel-release-6-8.noarch.rpm  rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm  2、更新并安装基本库  yum -y update  yum -y install gcc gcc-c++ autoconf automake zlib zlib-devel openssl openssl-devel pcre pcre-devel  3、安装Apache和mysql  yum --enablerepo=remi -y install mysql mysql-server mysql-devel httpd httpd-devel  chkconfig httpd on  chkconfig mysqld on  service mysqld start  mysql安全设置  mysql_secure_installation  mysql -u root -p 输入密码  建立你要用数据库。。。       好啦,以上就是华军小编带给大家的全部内容了,是不是很简单呢?你学会了么?想了解更多的相关内容,请随时关注华军资讯动态吧,欢迎到华军来下载哦!

CentOS6.5系统中的yum如何安装LAMP