Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> 關於Linux >> CentOS6.5系統中的yum如何安裝LAMP

CentOS6.5系統中的yum如何安裝LAMP

日期:2017/1/25 10:16:18      編輯:關於Linux

  CentOS6.5系統中LAMP是yum的一種常用環境,在CentOS6.5系統中的yum安裝LAMP的方法也是很簡單的,下面就來介紹一下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頁

Copyright © Windows教程網 All Rights Reserved