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

How to Migrate CentOS to Oracle Linux

Oracle Linux is Free 100% binary-compatible with Red Hat Enterprise Linux, same as CentOS. Unlike RHEL, Oracle Linux is free even for commercial use. Oracle only charges if you need support. Oracle provides a script to convert CentOS to Oracle Linux https://github.com/oracle/centos2ol This script support CentOS 6, CentOS 7 and CentOS 8. Before you can … Read more

Oracle Linux

How to Install MySQL 5.7 on Oracle Linux 7 How to Migrate CentOS to Oracle Linux How to Install PHP 5.6 on Oracle Linux 7 Updating Kernel on Oracle Linux with Ksplice