美文网首页
Redhat7 安装mysql

Redhat7 安装mysql

作者: Al_不期而遇 | 来源:发表于2018-04-24 10:59 被阅读43次

rpm -qa | grep -i mysql

yum install mysql-server

yum repolist

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

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

yum repolist

yum install mysql-server

安装过程遇见的错误

install mysql Error: Package: akonadi-mysql-1.9.2-4.el7.x86_64 (@anaconda/7.3)

解决方法

1、rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

2、yum remove mariadb-libs 

3、修改了下/etc/yum/pluginconf.d/search-disabled-repos.conf文件,将notify_only数值改为0

相关文章

网友评论

      本文标题:Redhat7 安装mysql

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