标签:技术分享 repr 检查 alt oca mysq gre 显示 enable
1.# wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm

2.# yum localinstall mysql57-community-release-el7-8.noarch.rpm


3.# yum repolist enabled|grep "mysql.*-community.*"

4.# yum install mysql-server




5.# systemctl start mysqld
# systemctl status mysqld

6.# systemctl enable mysqld
# systemctl daemon-reload

7.# grep ‘temporary password‘ /var/log/mysqld.log
# mysql -u root -p
标签:技术分享 repr 检查 alt oca mysq gre 显示 enable
原文地址:https://www.cnblogs.com/dennyxiao/p/8855250.html