简体   繁体   English

DBeaver & MySQL 连接

[英]DBeaver & MySQL connection

I use DBeaver to watch an SQL database on MySQL 8+.我使用 DBeaver 在 MySQL 8+ 上观看 SQL 数据库。

and I have the following error message:我有以下错误信息:

Public Key Retrieval is not allowed

And then, DBeaver won't let me connect to MySQL.然后,DBeaver 不让我连接到 MySQL。

I've tried "useSSL" = false and "allowPublicKeyRetrieval" = true on the "Edit Driver Settings" but then it comes with this new error:我在“编辑驱动程序设置”中尝试了“useSSL”= false 和“allowPublicKeyRetrieval”= true,但随后出现了这个新错误:

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

try upgrading your mysql connection driver mysql 8+ has taken a major upgrade it will not connect to the db less than version 8尝试升级您的 mysql 连接驱动程序 mysql 8+ 进行了重大升级,它将无法连接到低于版本 8 的数据库

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

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