Mysql-libs and MySQL-server conflict resolution

Source: Internet
Author: User

Mysql-libs and MySQL-server conflict resolution install php-mysql Yum install php-mysql appears from install of mysql-libs-5.1.69-1.el6_4.x86_64 conflicts with file from package MySQL-server-5.6.13-1.linux_glibc2.5.x86_64 since the server is installed and configured with MYSQL-SERVER google to a foreign the webpage solution is as follows: well, this is a common problem with MySQL packages within CentOS 6. yum is trying to satisfy requirements by installing mysql-libs-5.1.69-1.el6_4.x86_64. this pack Age conflicts with files from package MySQL55-server-5.5.32-1.cp1136.x86_64. there is a way to fix this without breaking your rpm database or uninstalling mysql55, just download mysql compatibility libs from mysql for el6 (CentOS and RHEL6 are full binary compatible ). get MySQL-shared-compat-5.5.32-2.el6.x86_64.rpm (just google for it) and install this rpm using: rpm-ihv MySQL-shared-compat-5.5.3 2-2.el6.x86_64.rpm. The method is feasible.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.