Changing Community MySQL Edition to Enterprise Edition

Change the edition of MySQL by doing the following:
  1. Go to the Oracle Software Delivery web site:

    https://edelivery.oracle.com

  2. Read and accept the license agreement and export restrictions and click Continue.
  3. Download the latest Enterprise edition of MySQL in version 5.7.10.
  4. Uninstall the Community edition of MySQL by running the following command:
    yum remove -y mysql-community-common
  5. Install the Enterprise edition of MySQL by running the following command:
    yum install -y mysql-commercial*.rpm
  6. Install the yum utils by running the following command:
    yum -y install yum-utils
  7. 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.