mysql在windows环境下忘记密码
参考文章:
https://blog.csdn.net/qq_34395857/article/details/124201430
UPDATE mysql.user SET authentication_string = '123' WHERE User = 'root' AND Host = 'localhost';
参考文章:
https://blog.csdn.net/qq_34395857/article/details/124201430
UPDATE mysql.user SET authentication_string = '123' WHERE User = 'root' AND Host = 'localhost';