首页 > 数据库 > mysql

mysql报错:Your password has expired
时间:2020-03-26 14:34:14  点击: 来源:  作者:

错误信息如下:
Error when connecting to server: Your password has expired. To log in you must change it using a client that supports expired passwords.


进入mysql,设置一个新密码,并设置不过期:
my ...

错误信息如下:

Error when connecting to server: Your password has expired. To log in you must change it using a client that supports expired passwords.




进入mysql,设置一个新密码,并设置不过期:

mysql -uroot -p

SET PASSWORD = PASSWORD('root123456');

ALTER USER 'root'@'localhost' PASSWORD EXPIRE NEVER;


如下:


”您可通过以下微信二维码,赞赏作者“
 
 
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
推荐资讯
如果想访问一个国内访问不了的国外接口,该如何操作?
如果想访问一个国内访
datax mysql-clickhouse 数据同步事例
datax mysql-clickhou
windows如何挂载webdav?
windows如何挂载webda
linux服务器同步互联网时间
linux服务器同步互联
相关文章
栏目更新
栏目热门

关于我们 | 广告服务 | 联系我们 | 网站地图 | 免责声明 | WAP | RSS


Copyright © 运维之家 2013-2025