1.打开mysql配置文件 一般默认目录 /etc/my.cnf
意思是跳过权限验证
2.重启mysql mysqld
service restart mysql
service restart mysqld
3.直接运行 mysql 即可进入mysql,更改密码
4.编辑my.cnf,去掉刚才添加的内容,然后重启MySQL。大功告成!
原文地址:https://www.cnblogs.com/maggie-php/p/11968357.html
时间: 2024-11-09 12:40:38