install mysql-server di centos
wget https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm
rpm -Uvh mysql80-community-release-el7-1.noarch.rpm
yum install mysql-server -y
systemctl start mysqld
systemctl status mysqld
clear
grep 'temporary password' /var/log/mysqld.log | awk '{print "password mysql: " $13}'
echo "silahkan diganti dengan command mysql_secure_installation"