mysql安装
MySQL安装
| wget https://dev.mysql.com/get/mysql80-community-release-el7-6.noarch.rpm
|
| yum -y install mysql80-community-release-el7-6.noarch.rpm
|
| yum -y install mysql-community-server --nogpgcheck
|
| systemctl start mysqld systemctl enable mysqld systemctl status mysqld
|
| grep 'temporary password' /var/log/mysqld.log
|