为懒人提供无限可能,生命不息,code不止
作者: whooyun发表于: 2018-03-07 17:10
1、先安装mysql云仓库
rpm -ivh mysql57-community-release-el7-11.noarch.rpm
yum repolist enabled | grep "mysql.*-community.*"
yum install mysql-community-server
grep 'temporary password' /var/log/mysqld.log
最后的那串字符串就是你的数据库密码了。 如果没有就重启下你的数据库,然后再运行上面的命令试试
service mysqld restart