There are 2 cases of conflict in Mysql-libs:
1, currently installed MySQL server and client package, but did not install Mysql-community-libs-compat, when using Yum to install other software packages, relying on Mysql-community-libs-compat, Because the Yum source is older, yum defaults to installing a low version of Mysql-community-libs-compat, which is incompatible with the current MySQL version.
Workaround: Install the same version of Mysql-community-libs-compat package as MySQL server and client
RPM-IVH Mysql-community-libs-compat
2, in the form of RPM package when the first installation of MySQL, the system with a version of the older Mysql-libs package, resulting in the installation of MySQL error
Workaround: Uninstall the old Mysql-libs package and reinstall the MySQL server related package
When installing MySQL server, it is usually necessary to install the following packages
Mysql-community-libs
Mysql-community-libs-compat
Mysql-community-common
Mysql-community-clien
Mysql-community-server
Mysql-community-devel
The conflict of Mysql-libs