今天把服务器的MYSQL从4升级到了5。用phpmyadmin连接时出现下面错误
Client does not support authentication protocol requested by server; conside
在网上发现解答:
将mysql升级到5.x版本后,用客户端登录时出现了 Client does not support authentication protocol requested by server错误,是由于新旧版本的mysql的密码算法不同引起,解决方法如下:登录mysql,输入如下命令即可。
mysql>SET PASSWORD FOR 'admin'@'localhost' = OLD_PASSWORD('newpassword');
这样就能解决这个问题了。

转载于:https://www.cnblogs.com/zhanghz/p/3539220.html

Client does not support authentication protocol requested by server;相关推荐

  1. Client does not support authentication protocol requested by server;

    Navicat连接MySQL Server8.0版本时出现Client does not support authentication protocol requested  by server:解决 ...

  2. 解决: Client does not support authentication protocol requested by server; consider upgrading MySQL

    前些天发现了一个巨牛的人工智能学习网站,通俗易懂,风趣幽默,忍不住分享一下给大家.点击跳转到教程. 1. 在服务器上把 mysql 装好后,运行起来. 2. navicat 死活连接不上,在网上查说是 ...

  3. “1251 – Client does not support authentication protocol requested by server;consider upgrading MySQL

    本文由 比特飞 原创发布,欢迎大家踊跃转载. 转载请注明本文地址:"1251 – Client does not support authentication protocol reques ...

  4. 使用NodeJS连接到MySQL数据库Client does not support authentication protocol requested by server; consider upg

    使用NodeJS连接到MySQL数据库时,运行项目,出现如下错误: throw err; // Rethrow non-MySQL errors^Error: ER_NOT_SUPPORTED_AUT ...

  5. nodejs连接mysql数据库,报错Client does not support authentication protocol requested by server的解决方法

    nodejs连接mysql数据库,报错Client does not support authentication protocol requested by server的解决方法 参考文章: (1 ...

  6. Navicat连接MySQL8.0版本时出现Client does not support authentication protocol requested by server;报错的问题解决办法

    Windown系统下 遇到 Navicat连接MySQL8.0版本时出现Client does not support authentication protocol requested by ser ...

  7. Client does not support authentication protocol requested by server; consider upgrading MySQL client

    错误一 Communications link failure due to underlying exception 这说明客户端连接数据库失败,是网络都连不上,不是密码错误连不上,需要检查ip.p ...

  8. Client does not support authentication protocol requested by server;consider upgrading MySQL

    Client does not support authentication protocol requested by server;consider upgrading MySQL 在测试node ...

  9. nodejs连接mysql报错:Client does not support authentication protocol requested by server; consider upgrad

    由于本人是前端,mysql只是偶尔做一下小项目会用到,大概一年没有用了. 今天用mac通过brew下载了一个8.0.12版本的mysql;然后用egg进行连接,egg是阿里封装的一个nodejs框架. ...

最新文章

  1. Python maketrans() 方法
  2. TypeScript学习笔记2:数据类型
  3. 关于Cocos2d-x中让主角运动的方法
  4. Gcc:gcc -o操作
  5. QTP自动化测试-点滴-步骤
  6. 【HDU5536】Chip Factory(01字典树+01字典树上删除某个数)
  7. Android蓝牙发送hc05,【MM32F103试用体验】+HC05蓝牙与Android手机通信
  8. 开启充电计划升级职业生涯,让我们相聚社科院杜兰金融管理硕士项目
  9. Indel (Insertion and Deletion)分析简介
  10. Win10的双屏显示设置
  11. HTML figure 标签 figcaption 标签
  12. 更改 Windows 11 上的网络适配器优先级
  13. 2000个软件开发领域的高频特殊词及精选例句
  14. linux 远程扫描仪,在ubuntu桌面配置一个网络打印机和扫描仪的方法
  15. 计算机应用类专业综合知识月考试卷,计算机应用类专业综合复习试题(一)
  16. 【简洁实用】好用的杀毒软件 【网络安全防护】
  17. emgucv自适应二值化
  18. 微信小程序+PHP 授权登录
  19. 十分钟带你玩转人工智能——调用百度AI接口实现文字转语音
  20. java赋值运算的类型转换出新的问题_学习Java基本数据类型与转换++,--等问题总结...

热门文章

  1. 多媒体表示、描述、编码以及通信的相关规定和标准课程总结
  2. Deep Belief Networks
  3. Waveform Audio 驱动(Wavedev2)之:WAV API模拟
  4. 计算机网络马宏伟应用层作业,马宏伟《计算机网络A》Chapter3-作业.doc
  5. 技校毕业是什么学历_技校毕业了是什么学历
  6. mysql rename table_Mysql: RENAME TABLE IF EXISTS
  7. 搜索引擎提交软件_增加SEO超级外链须知的高权重网站目录提交方法
  8. 团队行为心理学读书笔记(6)沟通背后的行为心理学
  9. 关于机器学习你必须要了解的事情
  10. Cheat_Sheet ---Keras、Matlab、Matplotlib、Numpy、Pandas、Scikit-Learn、SciPy