First, the installation of MySQL
sudo rpm-ivh http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm #将其添加到yum库.
Mysql-server #安装mysql
Second, the installation of Nginx
sudo yum install epel-release #把ngin添加到yum源上,然后就可以yum安装
yum -y install nginx #安装nginx
三、修改yum源
[1] First backup/etc/yum.repos.d/centos-base.repo
Mv/etc/yum.repos.d/centos-base.repo/etc/yum.repos.d/centos-base.repo.backup
[2] Enter the folder where the Yum source configuration file is located
[Email protected] yum.repos.d]# cd/etc/yum.repos.d/
[3] Download 163 of the Yum source configuration file, put into the/etc/yum.repos.d/(please do the appropriate backup before operation)
[Email protected] yum.repos.d]# wget Http://mirrors.163.com/.help/CentOS6-Base-163.repo
[4] Run Yum Makecache generate cache
[email protected] yum.repos.d]# Yum Makecache
[5] Updating the system
[[email protected] yum.repos.d]# yum-y update
[6] Installing the VIM editor
[Email protected] ~]# yum-y install vim*
Installation of Nginx and MySQL on CentOS