MySQL5.7登陆密码遗忘怎么改密码


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

(0)
上一篇 2022年7月19日
下一篇 2022年7月19日

相关推荐

发表回复

登录后才能评论