centos上nginx及mysql的安装
Posted 浪迹天涯lg
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos上nginx及mysql的安装相关的知识,希望对你有一定的参考价值。
一、mysql的安装
sudo rpm -ivh http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm #将其添加到yum库。
sudo yum install mysql-server #安装mysql
二、nginx的安装
sudo yum install epel-release #把ngin添加到yum源上,然后就可以yum安装
yum -y install nginx #安装nginx
三、修改yum源
[1] 首先备份/etc/yum.repos.d/CentOS-Base.repo
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
[2] 进入yum源配置文件所在文件夹
[[email protected] yum.repos.d]# cd /etc/yum.repos.d/
[3] 下载163的yum源配置文件,放入/etc/yum.repos.d/(操作前请做好相应备份)
[[email protected] yum.repos.d]# wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
[4] 运行yum makecache生成缓存
[[email protected] yum.repos.d]# yum makecache
[5] 更新系统
[[email protected] yum.repos.d]# yum -y update
[6] 安装vim编辑器
[[email protected] ~]# yum -y install vim*
以上是关于centos上nginx及mysql的安装的主要内容,如果未能解决你的问题,请参考以下文章
centos7安装Lnmp(Linux+Nginx+MySql+Php+phpMyAdmin+Apache)
CentOS+Nginx+Tomcat+Mysql+PHP 环境搭建及系统部署
LNMP环境搭建(CentOS7+Nginx1.10.1+MySQL5.6.31+PHP5.6.22)
CentOS + Python3.6+ Django2.0 + uwsgi + nginx + mysql web发布环境搭建
centos7编译安装LNMP(nginx-1.16.0,mysql8.0.16,php-7.3.6)常见问题报错及解决方法