【问题标题】:How to remove MariaDB and install MySQL for Postfix?如何删除 MariaDB 并为 Postfix 安装 MySQL?
【发布时间】:2019-04-06 12:59:01
【问题描述】:

我已完全删除 MariaDB 并安装了 MySQL V.8,但现在我想使用 yum install postfix 安装 postfix。它的依赖项是 MariaDB-commonMariaDB-compat 所以它需要它们但是我已经卸载了它。最后 in 返回一个 Transaction check error 并带有这条消息

文件 /etc/my.cnf 来自安装 MariaDB-common-10.2.23-1.el7.centos.x86_64 与来自的文件冲突 包mysql-community-server-8.0.15-1.el7.x86_64

我该如何解决?

更新

this 网站我得到它需要一个名为libmysqlclient.so.18 的文件,该文件必须在/usr/lib64/ 目录中,但它被遗漏了。如何在不运行命令yum install MariaDB* 的情况下获取此文件?

【问题讨论】:

    标签: mysql mariadb postfix-mta mail-server


    【解决方案1】:

    我遇到了类似的问题 file /etc/my.cnf from install of mysql-community-server-8.0.16-2.el7.x86_64 conflicts with file from package MariaDB-common-10.3.3-1.el7.centos.x86_64 删除了 mariadb 包。

    yum remove MariaDB-common*
    

    更多信息请参考Stack Exchange QA

    【讨论】:

      猜你喜欢
      • 2018-12-23
      • 1970-01-01
      • 2020-03-19
      • 1970-01-01
      • 2022-10-07
      • 2012-01-02
      • 2013-05-15
      • 2016-11-07
      • 1970-01-01
      相关资源
      最近更新 更多