CentOS安装mysql*.rpm提示conflicts with file from package的解决办法

本文详细介绍了在CentOS6.5系统中安装MySQL5.6的具体步骤,包括解压文件、修改文件权限及解决安装过程中遇到的版本冲突问题。

分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.youkuaiyun.com/jiangjunshow

也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!

               

CentOS 6.5下安装MySql 5.6

解压文件:tar xvf MySQL-5.6.19-1.linux_glibc2.5.x86_64.rpm-bundle.tar

释放出以下文件:

MySQL-embedded-5.6.19-1.linux_glibc2.5.x86_64.rpm
MySQL-devel-5.6.19-1.linux_glibc2.5.x86_64.rpm
MySQL-shared-compat-5.6.19-1.linux_glibc2.5.x86_64.rpm
MySQL-shared-5.6.19-1.linux_glibc2.5.x86_64.rpm
MySQL-server-5.6.19-1.linux_glibc2.5.x86_64.rpm
MySQL-client-5.6.19-1.linux_glibc2.5.x86_64.rpm
MySQL-test-5.6.19-1.linux_glibc2.5.x86_64.rpm

如下图:


通过lss查看文件名都是红色的,说明文件的访问权限比较高,我们用命令“chmod 777 ./*”将权限改的低一点,

777应该是最低的权限,相当Windows下everyone可读可写可执行,也就是完全控制。

具体可以看一下:chmod 755和chmod 4755的区别

这里只用到了:

MySQL-server-5.6.19-1.linux_glibc2.5.x86_64.rpm
MySQL-client-5.6.19-1.linux_glibc2.5.x86_64.rpm

使用以下命令安装:

rpm -ivh MySQL-server-5.6.19-1.linux_glibc2.5.x86_64.rpm

错误提示如下:

Preparing...                ########################################### [100%] file /usr/share/mysql/charsets/README from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/czech/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/danish/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/dutch/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/english/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/estonian/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/french/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/german/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/greek/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/hungarian/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/italian/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/japanese/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/korean/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/norwegian-ny/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/norwegian/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/polish/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/portuguese/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/romanian/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/russian/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/serbian/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/slovak/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/spanish/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/swedish/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/ukrainian/errmsg.sys from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/Index.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/armscii8.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/ascii.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/cp1250.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/cp1251.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/cp1256.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/cp1257.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/cp850.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/cp852.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/cp866.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/dec8.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/geostd8.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/greek.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/hebrew.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/hp8.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/keybcs2.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/koi8r.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/koi8u.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/latin1.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/latin2.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/latin5.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/latin7.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/macce.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/macroman.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64 file /usr/share/mysql/charsets/swe7.xml from install of MySQL-server-5.6.19-1.linux_glibc2.5.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
看到“conflicts”,是产生冲突了,文件“/usr/share/mysql/charsets/*”需要MySQL-server-5.6.19-1.linux_glibc2.5.x86_64版本的,而系统已经存在mysql-libs-5.1.71-1.el6.x86_64版本的!

解决办法:

执行以下命令,删除mysql-libs-5.1.71-1.el6.x86_64:

yum -y remove mysql-libs-5.1.71*

再执行以下命令安装MySQL:

rpm -ivh MySQL-server-5.6.19-1.linux_glibc2.5.x86_64.rpm

一切Ok,安装成功了。

           

给我老师的人工智能教程打call!http://blog.youkuaiyun.com/jiangjunshow
这里写图片描述
Transaction check error: file /usr/share/mysql/charsets/Index.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/README from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/armscii8.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/ascii.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/cp1250.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/cp1251.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/cp1256.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/cp1257.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/cp850.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/cp852.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/cp866.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/dec8.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/geostd8.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/greek.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/hebrew.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/hp8.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/keybcs2.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/koi8r.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/koi8u.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/latin1.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/latin2.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/latin5.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/latin7.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/macce.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/macroman.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/swe7.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /etc/my.cnf from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.18-1.el5.x86_64 错误概要 -------------
06-07
warning: ncurses-base-5.9-14.20130511.el7_4.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY Verifying... ################################# [100%] Preparing... ################################# [100%] package ncurses-base-6.1-7.20180224.el8.noarch (which is newer than ncurses-base-5.9-14.20130511.el7_4.noarch) is already installed file /usr/share/terminfo/A/Apple_Terminal from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/E/Eterm from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/E/Eterm-256color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/E/Eterm-88color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/E/Eterm-color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/a/aterm from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/c/cygwin from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/g/gnome from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/g/gnome-256color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/h/hurd from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/j/jfbterm from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/k/kon from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/k/kon2 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/k/konsole from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/k/konsole-256color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/l/linux from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/m/mlterm from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/m/mrxvt from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/n/nsterm from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/n/nxterm from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/p/putty from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/p/putty-256color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/r/rxvt from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/r/rxvt-16color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/r/rxvt-256color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/r/rxvt-88color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/r/rxvt-basic from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/r/rxvt-color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/r/rxvt-cygwin from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/r/rxvt-cygwin-native from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/r/rxvt-unicode from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/r/rxvt-xpm from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen-16color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen-256color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen.Eterm from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen.gnome from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen.konsole from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen.linux from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen.mlterm from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen.mrxvt from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen.rxvt from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen.teraterm from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen.vte from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen.xterm-new from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen.xterm-r6 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/screen.xterm-xfree86 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/st from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/st-16color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/s/st-256color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/t/teraterm from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/t/teraterm2.3 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/v/vs100 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/v/vt100 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/v/vt100-am from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/v/vt100-nav from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/v/vt102 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/v/vte from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/v/vte-256color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/v/vwmterm from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xfce from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-1002 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-1003 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-16color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-24 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-256color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-88color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-8bit from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-basic from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-bold from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-color from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-hp from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-new from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-nic from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-noapp from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-old from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-pcolor from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-r5 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-r6 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-sco from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-sun from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-utf8 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-vt220 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-xf86-v32 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-xf86-v33 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-xf86-v333 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-xf86-v40 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-xf86-v43 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-xf86-v44 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-xfree86 from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterm-xi from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch file /usr/share/terminfo/x/xterms from install of ncurses-base-5.9-14.20130511.el7_4.noarch conflicts with file from package ncurses-base-6.1-7.20180224.el8.noarch
06-14
Transaction check error: file /usr/lib64/mysql/libmysqlclient.so.20.3.31 from install of mysql-wsrep-libs-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-libs-5.7.44-1.el7.x86_64 file /usr/bin/mysql from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysql_config_editor from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqladmin from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqlbinlog from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqlcheck from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqldump from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqlimport from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqlpump from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqlshow from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqlslap from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/innochecksum from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/lz4_decompress from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/my_print_defaults from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/myisam_ftdump from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/myisamchk from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/myisamlog from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/myisampack from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/mysql_install_db from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/mysql_plugin from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/mysql_secure_installation from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/mysql_ssl_rsa_setup from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/mysql_tzinfo_to_sql from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/mysql_upgrade from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/mysqld_pre_systemd from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/perror from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/replace from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/resolve_stack_dump from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/resolveip from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/zlib_decompress from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib/systemd/system/mysqld.service from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib/systemd/system/mysqld@.service from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/adt_null.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/adt_null.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/auth_socket.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/auth_socket.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/authentication_ldap_sasl_client.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/authentication_ldap_sasl_client.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/connection_control.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/connection_control.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/group_replication.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/group_replication.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/ha_example.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/ha_example.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/innodb_engine.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/innodb_engine.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/keyring_file.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/keyring_file.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/keyring_udf.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/keyring_udf.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/libmemcached.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/libmemcached.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/locking_service.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/locking_service.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/mypluglib.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/mypluglib.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/mysql_no_login.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/mysql_no_login.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/mysqlx.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/mysqlx.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/rewrite_example.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/rewrite_example.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/rewriter.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/rewriter.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/semisync_master.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/semisync_master.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/semisync_slave.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/semisync_slave.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/validate_password.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/validate_password.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/version_token.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/version_token.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/sbin/mysqld from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/sbin/mysqld-debug from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/share/mysql/fill_help_tables.sql from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/share/mysql/mysql_system_tables.sql from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 错误概要 -------------
最新发布
08-26
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值