DBeaver& MySQL连接

发布于 2025-01-15 02:12:01 字数 429 浏览 3 评论 0原文

我使用 DBeaver 来查看 MySQL 8+ 上的 SQL 数据库。

我收到以下错误消息:

Public Key Retrieval is not allowed

然后,DBeaver 不允许我连接到 MySQL

我在编辑驱动程序设置上尝试了useSSL=falseallowPublicKeyRetrieval=true,但随后出现了这个新错误:

Access denied for user 'root'@'localhost' (using password: YES) 

I use DBeaver to watch an SQL database on MySQL 8+.

and I have the following error message :

Public Key Retrieval is not allowed

And then, DBeaver won't let me connect to MySQL.

I've tried useSSL=false and allowPublicKeyRetrieval=true on the Edit Driver Settings but then it comes with this new error:

Access denied for user 'root'@'localhost' (using password: YES) 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黒涩兲箜 2025-01-22 02:12:01

尝试升级您的 mysql 连接驱动程序 mysql 8+ 已进行重大升级,它将无法连接到低于版本 8 的数据库

try upgrading your mysql connection driver mysql 8+ has taken a major upgrade it will not connect to the db less than version 8

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文