码迷,mamicode.com
首页 > 其他好文 > 详细

1862-your password has expired. To log in you must change it using a client that supports expired passwords.问题解决

时间:2019-11-24 17:41:06      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:问题   服务   support   roo   ever   password   passwords   alter   验证   

  今天连接mysql报出如下错误:

技术图片

 

 

原因:

  密码过期无法登陆

解决办法:

  mysql -h localhost -u root -p (连接mysql服务器)

  SET PASSWORD FOR ‘root‘@‘localhost‘ = PASSWORD(‘newpass‘);(重新修改root密码)

  ALTER USER ‘root‘@‘localhost‘ PASSWORD EXPIRE NEVER;(不验证有效期)

  之后删除Navicat里的连接新建连接即可。

1862-your password has expired. To log in you must change it using a client that supports expired passwords.问题解决

标签:问题   服务   support   roo   ever   password   passwords   alter   验证   

原文地址:https://www.cnblogs.com/jmdd/p/11922966.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!