今天尝试用Navicat连接mysql时,发现一个1862的报错问题:

解决Navicat连接mysql报错:1862 - Your password has expired. To log in you must change it using a client that supports expired passwords.

 

后来参照这篇文章https://blog.csdn.net/u010513756/article/details/50735010,得到了完美的解决

解决办法,在cmd中敲入:mysqladmin –u root -p password,按照提示操作即可

解决Navicat连接mysql报错:1862 - Your password has expired. To log in you must change it using a client that supports expired passwords.

现在一切ok了

解决Navicat连接mysql报错:1862 - Your password has expired. To log in you must change it using a client that supports expired passwords.

相关文章:

  • 2021-10-02
  • 2021-10-05
  • 2021-08-03
  • 2021-05-22
  • 2021-06-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
  • 2021-06-02
  • 2022-12-23
  • 2021-09-07
  • 2021-11-13
相关资源
相似解决方案