wangluo010 发表于 2018-9-27 08:16:07

安装mysql报错-MySQL conflicts with ....

  安装5.1mysql报错
  # rpm -ivh MySQL-server-community-5.1.56-1.rhel5.i386.rpm
  error: Failed dependencies:
  MySQL conflicts with mysql-5.0.45-7.el5.x86_64
  MySQL conflicts with mysql-5.0.45-7.el5.i386
  检查系统有关mysql包
  # rpm -qa | grep mysql
  mysql-5.0.45-7.el5
  mysql-bench-5.0.45-7.el5
  libdbi-dbd-mysql-0.8.1a-1.2.2
  mysql-devel-5.0.45-7.el5
  mod_auth_mysql-3.0.0-3.1
  mysql-devel-5.0.45-7.el5
  php-mysql-5.1.6-20.el5
  mysql-5.0.45-7.el5
  mysql-connector-odbc-3.51.12-2.2
  解决方法:
  # yum -y remove mysql

页: [1]
查看完整版本: 安装mysql报错-MySQL conflicts with ....