navicat 连接 mysql Client does not support authentication protocol requested by server
Client does not support authentication protocol requested by server; consider upgrading MySQL client
<Excerpt in index | 首页摘要>
<The rest of contents | 余下全文>
报错信息:
1 | Client does not support authentication protocol requested by server; consider upgrading MySQL client |
解决方案:
打开mysql的MySQL Command Line Client 输入:
1 | USE mysql; |
localhost:本机地址
123456:要设置的密码
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 caicai-blog!