How to Install MySQL 5.7 on Oracle Linux 7
Oracle Linux 7 comes with MySQL yum repository pre-installed. By Default MySQL 8 repository is enabled. You can disable MySQL 8 repository and enable MySQL 5.7 repository to install MySQL 5.7. You can find enabled repositories with command yum repolist all | grep -i mysql Example [root@sql2 ~]# yum repolist all | grep -i mysql … Read more