CentOS6.5体系外LAMP是yum的一种罕用环境,正在CentOS6.5体系外的yum装置LAMP的要领也是很简略的,上面便去引见一高CentOS6.5体系外的yum若何装置LAMP,一同去看一高。
一、装置源
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
二、更新并装置根本库
yum -y update
yum -y install gcc gcc-c++ autoconf automake zlib zlib-devel openssl openssl-devel pcre pcre-devel
三、装置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 输进暗码
建设您要用数据库。。。
相关文章