Question: How can I tell MySQL Workbench from where it should load plugins for a connection?
I'm trying to connect my MySQL Workbench on Windows to a MariaDB where the user is connected to an IPA with PAM.
When I try to open the connection, I'm receiving following error message: ERROR 2059 (HY000): Authentication plugin 'dialog' cannot be loaded.
When I save this dialog.dll from MariaDB in a folder and call mysql.exe with the option --plugin-dir "C:\MySQL\Workbench\modules"
I can successfully open a connection.
The dll-File cannot be loaded with "Scripting" -> "Install Plugin/Module".