Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Won't Fix
-
10.4.12
-
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?
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?