Mysql 5.7 错误号码1862 Your password has expired. To log in you must change it using a client...
生活随笔
收集整理的這篇文章主要介紹了
Mysql 5.7 错误号码1862 Your password has expired. To log in you must change it using a client...
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Mysql 5.7 錯誤號碼1862 Your password has expired. To log in you must change it using a client…
解決方案:
1、進入mysql安裝bin目錄:執行cmd命令
mysql -u root -p root2、更新密碼
SET PASSWORD = PASSWORD('root');3、刷新
flush privileges;
完成上面三個操作后,退出。用新密碼重新連接即可。
總結
以上是生活随笔為你收集整理的Mysql 5.7 错误号码1862 Your password has expired. To log in you must change it using a client...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: MyBatis-Plus_查询进阶01
- 下一篇: Git Windows安装手册