加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

yum install mysql-server.x86_64 – 事务检查错误

发布时间:2020-12-15 18:31:17 所属栏目:安全 来源:网络整理
导读:我认为yum在安装 MySQL 5.1时遇到问题,因为已经有一个预先存在的MySQL 5.5安装. 我想干净地删除MySQL 5.5(我在使用PHP和Python时遇到了5.5问题). 我删除了与MySQL 5.5相关的每个文件夹和文件: yum remove mysql-serverrm -i /usr/bin/mysq*rm -R /var/lib/m
我认为yum在安装 MySQL 5.1时遇到问题,因为已经有一个预先存在的MySQL 5.5安装.

我想干净地删除MySQL 5.5(我在使用PHP和Python时遇到了5.5问题).

我删除了与MySQL 5.5相关的每个文件夹和文件:

yum remove mysql-server
rm -i /usr/bin/mysq*
rm -R /var/lib/mysql/ /usr/share/mysql/ /usr/lib64/mysql/ /usr/include/mysql/

我输入find / -name mysql,我得到了

/usr/lib64/perl5/auto/DBD/mysql
/usr/lib64/perl5/DBD/mysql

现在,当我尝试yum install mysql-server.x86_64时,我收到以下错误:

Loaded plugins: downloadonly,fastestmirror,refresh-packagekit,security
Loading mirror speeds from cached hostfile
 * base: mirror.team-cymru.org
 * epel: mirror.hiwaay.net
 * extras: centos.digitalcompass.net
 * updates: centos.digitalcompass.net
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mysql-server.x86_64 0:5.1.61-1.el6_2.1 will be installed
--> Processing Dependency: mysql = 5.1.61-1.el6_2.1 for package: mysql-server-5.1.61-1.el6_2.1.x86_64
--> Running transaction check
---> Package mysql.x86_64 0:5.1.61-1.el6_2.1 will be installed
--> Processing Dependency: mysql-libs = 5.1.61-1.el6_2.1 for package: mysql-5.1.61-1.el6_2.1.x86_64
--> Running transaction check
---> Package mysql-libs.x86_64 0:5.1.52-1.el6_0.1 will be updated
---> Package mysql-libs.x86_64 0:5.1.61-1.el6_2.1 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================================================================================================================================================================================================================
 Package                                                             Arch                                                          Version                                                                 Repository                                                      Size
================================================================================================================================================================================================================================================================================
Installing:
 mysql-server                                                        x86_64                                                        5.1.61-1.el6_2.1                                                        updates                                                        8.1 M
Installing for dependencies:
 mysql                                                               x86_64                                                        5.1.61-1.el6_2.1                                                        updates                                                        881 k
Updating for dependencies:
 mysql-libs                                                          x86_64                                                        5.1.61-1.el6_2.1                                                        updates                                                        1.2 M

Transaction Summary
================================================================================================================================================================================================================================================================================
Install       2 Package(s)
Upgrade       1 Package(s)

Total size: 10 M
Total download size: 9.0 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): mysql-5.1.61-1.el6_2.1.x86_64.rpm                                                                                                                                                                                                                 | 881 kB     00:00     
(2/2): mysql-server-5.1.61-1.el6_2.1.x86_64.rpm                                                                                                                                                                                                          | 8.1 MB     00:02     
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                                                                                           3.0 MB/s | 9.0 MB     00:02     
Running rpm_check_debug
Running Transaction Test


Transaction Check Error:
  file /usr/bin/mysql from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/bin/msql2mysql from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/bin/mysql_find_rows from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/bin/mysql_waitpid from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/bin/mysqlaccess from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/bin/mysqladmin from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/bin/mysqlbinlog from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/bin/mysqlcheck from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/bin/mysqldump from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/bin/mysqlimport from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/bin/mysqlshow from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/bin/mysqlslap from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/share/man/man1/mysql.1.gz from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/share/man/man1/mysql_find_rows.1.gz from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/share/man/man1/mysql_waitpid.1.gz from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/share/man/man1/mysqlaccess.1.gz from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/share/man/man1/mysqladmin.1.gz from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/share/man/man1/mysqldump.1.gz from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/share/man/man1/mysqlshow.1.gz from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/share/man/man1/mysqlslap.1.gz from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/share/man/man1/msql2mysql.1.gz from install of mysql-server-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/share/man/man1/mysqlbinlog.1.gz from install of mysql-server-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/share/man/man1/mysqlcheck.1.gz from install of mysql-server-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/share/man/man1/mysqlimport.1.gz from install of mysql-server-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-client-5.5.20-1.linux2.6.x86_64
  file /usr/bin/mysql_config from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-devel-5.5.20-1.linux2.6.x86_64
  file /usr/share/man/man1/mysql_config.1.gz from install of mysql-5.1.61-1.el6_2.1.x86_64 conflicts with file from package MySQL-devel-5.5.20-1.linux2.6.x86_64

Error Summary
-------------

我删除了名为mysql的每个文件和文件夹,是否需要删除此MySQL-client-5.5.20-1.linux2.6.x86_64包?如果是这样,我该怎么做?

是的,您将要删除MySQL 5.5客户端,以消除冲突.尝试
rpm -e MySQL-client-5.5.20-1.linux2.6.x86_64
rpm -e MySQL-devel-5.5.20-1.linux2.6.x86_64

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读