mysql在windows环境下忘记密码

参考文章:

https://blog.csdn.net/qq_34395857/article/details/124201430

UPDATE mysql.user SET authentication_string = '123' WHERE User = 'root' AND Host = 'localhost';

posted on 2023-03-14 17:14  companion  阅读(1)  评论(0编辑  收藏  举报