By default Mariadb comes with Oracle linux 7. I need to have mysql on my box.
yum remove mariadb-server -y
wget https://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm
rpm -ivh mysql57-community-release-el7-8.noarch.rpm
yum install mysql-server -y
systemctl start mysqld
systemctl enable mysqld
sudo grep 'temporary password' /var/log/mysqld.log
mysql_secure_installation
No comments:
Post a Comment