CentOS6.5系統中LAMP是yum的一種常用環境,在CentOS6.5系統中的yum安裝LAMP的方法也是很簡單的,下面就來介紹一下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 輸入密碼
建立你要用數據庫。。。 上一頁12下一頁共2頁