1.找到安装路径位置的ProgramData【因为MySQL的隐藏文件基本上都在这个文件夹里面】
2.找到my.ini的配置文件打开,找到[mysqld]
然后添加skip-grant-tables【指的是跳过命令登录】
3.登录以后使用:
update user set authentication_string=password("NewPassword") where user="root"修改密码
4.重启MySQL服务
原创文章,作者:Carrie001128,如若转载,请注明出处:https://blog.ytso.com/275314.html