The packages that are available in the yum repos contain a number of enhancements over the RPM packages that are available from dev.mysql.com.
Norvald blogged on some of these enhancements earlier. Today I wanted to walk through a safe upgrade path, as they are not quite compatible with each-other.
My Existing Installation
To start with, the packages I have installed came from “Red Hat Enterprise Linux 6 / Oracle Linux 6 (x86, 64-bit), RPM Bundle” on dev.mysql.com. You can check which packages you have installed with:
[root@localhost ~]# rpm -qa | grep -i mysql MySQL-client-5.6.14-1.el6.x86_64 MySQL-embedded-5.6.14-1.el6.x86_64 MySQL-server-5.6.14-1.el6.x86_64 MySQL-shared-5.6.14-1.el6.x86_64 MySQL-devel-5.6.14-1.el6.x86_64 …[Read more]