til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

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.

  1. Right click your connection
  2. Choose “Edit Connection”
  3. On “Connection settings, click on: “Driver Settings”
  4. Click on: “Connection properties” to disclose this
  5. Change property allowPublicKeyRetrieval to true from: false

And you should be good to go.

For visuals, do see the resource linked below.

Resources and References