会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
林嘉瑜
博客园
首页
新随笔
联系
订阅
管理
2021年3月15日
链接mysql数据:your password has expired. To log in you must change it using a client that supports expired passwords.
摘要: 1、使用root账号登录到mysql mysql -h127.0.0.1 -P3308 -uroot -p 回车输入密码 2、输入下面命令 use mysql; // 可以查询一下现在有哪些用户 select * from user; // 假如是logtest账号过期了,它的password_ex
阅读全文
posted @ 2021-03-15 23:20 林嘉瑜
阅读(337)
评论(0)
推荐(0)
编辑
公告