Installation of Nginx and MySQL on CentOS

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.