Connecting to MySQL
If you want to connect DBeaver to MySQL you might observe the following error:
Public Key Retrieval is not allowed
I did.
The solution is to allow “Public Key Retrieval”.
This can be done in the DBeaver settings.
- Right click your connection
- Choose “Edit Connection”
- On “Connection settings, click on: “Driver Settings”
- Click on: “Connection properties” to disclose this
- Change property allowPublicKeyRetrieval to
truefrom:false
And you should be good to go.
For visuals, do see the resource linked below.