标签:height install padding for .com user start 图片 play
[root@centos7 ~]# wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm
[root@centos7 ~]# yum -y install mysql57-community-release-el7-10.noarch.rpm
[root@centos7 ~]# yum -y install mysql-community-server
[root@centos7 ~]# systemctl start mysqld
[root@centos7 ~]# systemctl status mysqld
[root@centos7 ~]# grep "password" /var/log/mysqld.log
[root@centos7 ~]# mysql_secure_installation
Enter password for user root:---------------------------------------->使用查询到的密码
New password:--------------------------------------------------------->输入新密码
Re-enter new password:--------------------------------------------->重复密码
Do you wish to continue with the password provided?(Press y|Y for Yes, any other key for No) : y
标签:height install padding for .com user start 图片 play
原文地址:https://www.cnblogs.com/danteit/p/9740935.html