摘要: MySQL5.7已经没有password这个字段了,改成了authentication_string update mysql.user set authentication_string=password('root') where user='root' ; 完整的更改MySQL密码的方式如下: 阅读全文
posted @ 2020-04-02 21:20 船长博客 阅读(4111) 评论(0) 推荐(0)
永远相信美好的事情即将发生!