yum 安装Mysql
Posted z0909y
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yum 安装Mysql相关的知识,希望对你有一定的参考价值。
系统: CentOS 7(在CentOS 7中默认有安装MariaDB,这个是mysql的分支,一般来说还是使用自己安装的MySQL比较好)
1、下载并安装MySQL
wget -i -c https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm
下载到指定位置后,就可以执行安装了
yum -y install mysql80-community-release-el7-3.noarch.rpm
yum -y install mysql-community-server
安装完成后,之前的MariaDB就会被覆盖掉
2、启动MySQL
启动MySQL服务:systemctl start mysqld.service
查看MySQL服务:systemctl status mysqld.service
以上是关于yum 安装Mysql的主要内容,如果未能解决你的问题,请参考以下文章
CentOS 7.4使用yum源安装MySQL 5.7.20
ubuntu16.04 yum报错:There are no enabled repos. Run “yum repolist all“ to see the repos you have.(代码片段