简体   繁体   English

如何使用Navicat连接MySQL 8.0.x?

[英]How to connect MySQL 8.0.x using Navicat?

I have installed MySQL 8.0.4, but my Navicat for MySQL can not connect it, the warning is: 我已经安装了MySQL 8.0.4,但是我的Navicat for MySQL无法连接它,警告是:

1251 - Client does not support authentication protocol requested by server; 1251-客户端不支持服务器请求的身份验证协议; consider upgrading MySQL client. 考虑升级MySQL客户端。

How do I fix it? 我如何解决它?

From your warning message it looks like that your Navicat do not support MySQL 8.0.4. 从警告消息看来,您的Navicat不支持MySQL 8.0.4。

Option 1 选项1

Just to be clear, the version of MySQL that you updated to 8.0.4 was released at 2018-01-23 and latest version of Navicat was released 2017-05-31 so 99,99% sure that it wont support latest MySQL, so either downgrade to 5.7.x version or just wait next release of Navicat. 请注意,您已更新为8.0.4的MySQL版本于2018-01-23发行,而Navicat的最新版本于2017-05-31发行,因此99,99%的用户会确定它不支持最新的MySQL,因此降级到5.7.x版本,或等待下一个Navicat版本。

Option 2 Check if there is a client for MySQL which is alrady supporting version 8.0.4. 选项2检查是否存在MySQL客户端,该客户端一直支持8.0.4版。 Hint here - I'm using SequelPro and it is not supporting it also. 提示-我正在使用SequelPro,它也不支持它。 Hint #2 MySQL Workbench releasing quite often, meaning the soonish support of latest mysql is quite possible for tham 提示#2 MySQL Workbench经常发布,这意味着tham很有可能尽快支持最新的mysql

Option 3 You always have command line client, which is in some cases the best one, especially for learning reasons. 选项3总是有命令行客户端,在某些情况下,这是最好的命令行客户端,尤其是出于学习原因。

Regards 问候

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM