Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.18
-
None
-
centOS 7
Description
I have the Oracle JVM installed.
I issue the following command:
set global connect_jvm_path="/usr/java/default/jre/lib/amd64/server"; |
When I try to do this:
create table rmt_customers engine=connect table_type=JDBC tabname=customers |
connection='jdbc:mysql://173.194.84.177:3306/db11006' |
option_list='User=root,Password=mypass'; |
I get this:
Error Code: 1105. ERROR: class wrappers/JdbcInterface not found!
|
If I look in the plugins directory (/usr/lib64/mysql/plugin) there are no jar files... so I am guessing this is the problem. The documentation says JdbcInterface.jar is included with the binary distribution and will be located in the plugin folder.
Could you attach the jar file to this so I can place it in plugins to try?
Attachments
Issue Links
- relates to
-
MDEV-31231 Remove JavaWrappers.jar from mariadb-test-data and create new mariadb-plugin-connect-jdbc package
- Closed