美文网首页
centos7安装mysql-server

centos7安装mysql-server

作者: 吃铝的二月鸟 | 来源:发表于2024-02-04 17:26 被阅读0次

因为在centos7把mysql-server源移除,所以不能直接yum安装

方法:

(1)、下载mysql的repo源

wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm

(2)、安装mysql-community-release-el7.5.noarch.rpm包

rpm -ivh mysql-community-release-el7-5.noarch.rpm

(3)、安装mysql-server

yum -y install mysql-server

相关文章

网友评论

      本文标题:centos7安装mysql-server

      本文链接:https://www.haomeiwen.com/subject/xthsektx.html