假设遇到mysql-libs-5.1.73-3.el6_5.x86_64 conflicts with file from package Percona-Server-server报错,有两种情况导致这个问题:

1)卸载操作系统预装的mysql-libs包

rpm -qa | grep -i libs | grep -i mysql

rpm -e mysql-libs


2)安装Percona-Server-shared-compat-5.5.33-rel31.1.566.rhel6.x86_64.rpm包(版本号看情况)

http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-5.5.33-31.1/RPM/rhel6/x86_64/

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
  • 2021-11-03
猜你喜欢
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2021-08-07
相关资源
相似解决方案