侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

conflicts with file from package mariadb-libs

2024-05-14 星期二 / 0 评论 / 0 点赞 / 85 阅读 / 1243 字

阿里云上安装RHEL 7.2 安装MySQL 报错近期有越来越多的客户在生产环境下部署MySQL/MariaDB,大家对开源数据库也是越来有信心了。# rpm -ivh mysql-community

阿里云上安装RHEL 7.2 安装MySQL 报错
近期有越来越多的客户在生产环境下部署MySQL/MariaDB,大家对开源数据库也是越来有信心了。

# rpm -ivh mysql-community-common-*.el6.x86_64.rpmwarning: mysql-community-common-5.7.19-1.el6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEYPreparing...                          ################################# [100%]    file /usr/share/mysql/czech/errmsg.sys from install of mysql-community-common-5.7.19-1.el6.x86_64 conflicts with file from package mariadb-libs-1:5.5.52-1.el7.x86_64    file /usr/share/mysql/danish/errmsg.sys from install of mysql-community-common-5.7.19-1.el6.x86_64 conflicts with file from package mariadb-libs-1:5.5.52-1.el7.x86_64    file /usr/share/mysql/dutch/errmsg.sys from install of mysql-community-common-5.7.19-1.el6.x86_64 conflicts with file from package mariadb-libs-1:5.5.52-1.el7.x86_64    file /usr/share/mysql/english/errmsg.sys from install of mysql-community-common-5.7.19-1.el6.x86_64 conflicts with file from package mariadb-libs-1:5.5.52-1.el7.x86_64    file     解决方法:    #rpm -e mariadb-libs-1:5.5.52-1.el7.x86_64 --nodeps 

广告 广告

评论区