Transaction check error: file /usr/bin/mysql from install of mariadb-1:5.5.41-2.el7_0.x86_64 confl

来源:互联网 发布:西门子编程电缆通讯 编辑:程序博客网 时间:2024/05/17 03:02

在线安装mysql命令:yum install -y mysql-server mysql mysql-devel


安装过程中出现如下错误:

Transaction check error:

  file /usr/bin/mysql from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/bin/msql2mysql from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/bin/mysql_find_rows from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/bin/mysql_waitpid from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/bin/mysqlaccess from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/bin/mysqladmin from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/bin/mysqlbinlog from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/bin/mysqlcheck from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/bin/mysqldump from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/bin/mysqlimport from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/bin/mysqlshow from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/share/man/man1/mysql.1.gz from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/share/man/man1/mysql_find_rows.1.gz from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/share/man/man1/mysqlaccess.1.gz from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/share/man/man1/mysqladmin.1.gz from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/share/man/man1/mysqldump.1.gz from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64
  file /usr/share/man/man1/mysqlshow.1.gz from install of mariadb-1:5.5.41-2.el7_0.x86_64 conflicts with file from package MySQL-client-5.0.96-1.glibc23.x86_64

Error Summary

-------------




原因:已存在MySQL-client-5.0.96-1.glibc23.x86_64的库所以需要先删除以前的库才能安装!

解决方法:
rpm -e MySQL-client-5.0.96-1.glibc23.x86_64


然后查看:
rpm -qa|grep mysql

0 0
原创粉丝点击