天空小小岛技术论坛

 找回密码
 注册
搜索
查看: 3790|回复: 0
打印 上一主题 下一主题

[MYSQL] MYSQL出现" Client does not support authentication "的解决方法

[复制链接]
跳转到指定楼层
1#
phper 发表于 2013-11-13 08:09:44 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
MYSQL出现" Client does not support authentication "的解决方法

解决方案:
以 root 用户 root 密码为例
进入 mysql shell 执行
  1. SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('root');
  2. FLUSH PRIVILEGES;
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|天空小小岛  |京ICP备2025130156号|

GMT+8, 2025-6-22 04:35 , Processed in 0.087922 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表