网站 http:// mhttps://www.mysql.com/
mysql安装
第一步
wget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm
第二步
yum localinstall mysql80-community-release-el7-3.noarch.rpm
第三步安装MySQL
yum install mysql-community-server --nogpgcheck
第四步重新启动mysql
systemctl start mysqld
第五步获取随机密码
grep 'temporary password' /var/log/mysqld.log
第六步登录MySQL
mysql -u root -p