Changing Community MySQL Edition to Enterprise Edition
Change the edition of MySQL by doing the following:
- Go to the Oracle Software Delivery web site:
- Read and accept the license agreement and export restrictions and click Continue.
- Download the latest Enterprise edition of MySQL in version 5.7.10.
- Uninstall the Community
edition of MySQL by running the following command:
yum remove -y mysql-community-common
- Install the Enterprise
edition of MySQL by running the following command:
yum install -y mysql-commercial*.rpm
- Install the yum utils by
running the following command:
yum -y install yum-utils
- Enable the latest Oracle
Linux 7 add-on's by running the following command:
yum-config-manager --enable ol7_latest ol7_UEKR4 ol7_developer_EPEL ol7_ optional_latest ol7_addons ol7_UEKR3 ol7_UEKR5
Note:
Latest Public Yum Repo has to be downloaded for enabling the repo if you have not downloaded as part of Configuring Repos and Proxies.