简体   繁体   中英

DBeaver & MySQL connection

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) 

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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