wget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm
rpm -ivh mysql80-community-release-el7-3.noarch.rpm
yum makecache
yum list | grep mysql-com
yum -y install mysql-community-server.x86_64
systemctl start mysqld
systemctl enable mysqld
systemctl stop firewalld
systemctl disable firewalld
grep 'password' /var/log/mysqld.log
mysql -uroot -p'RucplG%Er15'
alter user 'root'@'localhost' identified by 'Root_12root';
tar -xvf apache-tomcat-8.5.30.tar.gz