-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Is your feature request related to a problem? Please describe.
The database I am trying to connect to requires MySQL's clear text pluggable authentication and I cannot connect to it using Beekeeper Studio.
Describe the solution you'd like
Beekeeper Studio allows me to authenticate with a MySQL database that requires clear text authentication. I believe I would need to install the clear text plugin somehow in Beekeeper. Perhaps an extension option that is similar to VSCode's that allows me to easily install plugins?

Describe alternatives you've considered
I'm currently using DBeaver to connect to the database that I need to, but I don't like the interface and it feels too heavy for what I use it for.
Additional context
Here is an example of the SSL config that I have in DBeaver for my issue:

I'm not doing anything fancy in the connection config except for using SSL.
Thanks for building this project and keeping it open source! I'm loving the look and feel of it, I just wish I could use it for all of my database connections 🥲