[MDEV-23700] Plugin dialog could not be loaded Created: 2020-09-09 Updated: 2020-09-09 Resolved: 2020-09-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Affects Version/s: | 10.4.12 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Dawa Lama | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | MariaDB-client, auth_plugin, jumpcloud, mysqlworkbench, pam | ||
| Environment: |
centos7 |
||
| Description |
|
Hello Team, I am trying to integrate JumpCloud on Mariadb for authentication purposes on centos7. I can easily connect to the MariaDB server with my JumpCloud credentials through the terminal of the same server. But when I try to connect the server through "MySQL Workbench", it displays a dialogue box with message " Plugin dialog could not be loaded: /usr//usr/lib/mysql/plugin/dialog.so: cannot open shared object file: No such file or directory".When I searched for 'dialog.so', it was found in "/usr//usr/lib64/mysql/plugin/". How can it be solved? |
| Comments |
| Comment by Sergei Golubchik [ 2020-09-09 ] |
|
This is a MySQL Workbench issue that it looks for plugins in the wrong path. Check the Workbench configuration, perhaps it allows to specify the plugin-dir. If not — you can workaround the issue with a symlink |
| Comment by Dawa Lama [ 2020-09-09 ] |
|
Hello Sergei, Thanks for the reply but I am still unable to connect. Could please mention how to change the Workbench configuration? |
| Comment by Sergei Golubchik [ 2020-09-09 ] |
|
No, unfortunately, I can not, I do not use MySQL Workbench. You need to ask MySQL Workbench developers about it. As a workaround you can create a symlink /usr/lib/mysql/plugin -> /usr/lib64/mysql/plugin/, that should help too. Are you using CentOS7 on x86-64 or on i386? |