Description:
After the installation of Mysql server 5.6.10 over Oracle Linux 6.3 x64 the installation of mysql-workbench 5.2.47 will fail on dependencies.
Mysql packages installed:
MySQL-shared-5.6.10-1.el6.x86_64
MySQL-shared-compat-5.6.10-1.el6.x86_64
MySQL-client-5.6.10-1.el6.x86_64
MySQL-devel-5.6.10-1.el6.x86_64
MySQL-server-5.6.10-1.el6.x86_64
How to repeat:
[root@localhost /]# yum install http://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-gpl-5.2.47-1el6.x86_64.rpm
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: mirrors.cat.pdx.edu
* extras: centos.mirrors.tds.net
* updates: mirrors.cat.pdx.edu
Setting up Install Process
mysql-workbench-gpl-5.2.47-1el6.x86_64.rpm | 18 MB 00:01
Examining /var/tmp/yum-root-YQbyG8/mysql-workbench-gpl-5.2.47-1el6.x86_64.rpm: mysql-workbench-gpl-5.2.47-1el6.x86_64
Marking /var/tmp/yum-root-YQbyG8/mysql-workbench-gpl-5.2.47-1el6.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package mysql-workbench-gpl.x86_64 0:5.2.47-1el6 will be installed
--> Processing Dependency: libmysqlclient_r.so.16(libmysqlclient_16)(64bit) for package: mysql-workbench-gpl-5.2.47-1el6.x86_64
--> Processing Dependency: mysql for package: mysql-workbench-gpl-5.2.47-1el6.x86_64
--> Processing Dependency: pexpect for package: mysql-workbench-gpl-5.2.47-1el6.x86_64
--> Processing Dependency: libmysqlclient_r.so.16()(64bit) for package: mysql-workbench-gpl-5.2.47-1el6.x86_64
--> Processing Dependency: libzip.so.1()(64bit) for package: mysql-workbench-gpl-5.2.47-1el6.x86_64
--> Running transaction check
---> Package libzip.x86_64 0:0.9-3.1.el6 will be installed
---> Package mysql.x86_64 0:5.1.67-1.el6_3 will be installed
---> Package mysql-libs.x86_64 0:5.1.67-1.el6_3 will be installed
---> Package pexpect.noarch 0:2.3-6.el6 will be installed
--> Processing Conflict: MySQL-client-5.6.10-1.el6.x86_64 conflicts mysql
--> Processing Conflict: MySQL-server-5.6.10-1.el6.x86_64 conflicts mysql
--> Processing Conflict: mysql-5.1.67-1.el6_3.x86_64 conflicts MySQL
--> Finished Dependency Resolution
Error: MySQL-server conflicts with mysql
Error: mysql conflicts with MySQL-server
Error: MySQL-client conflicts with mysql
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@localhost /]#