Is there a specific version of the MariaDB JDBC driver that works bets with 8.3? I just tried the last three (3.5.7, 3.4.2, 2.7.13.) and got the same errors: Error - either required files are missing or classname is incorrect
What translator settings and main class name are you specifying?
I just downloaded the driver and tried to update it in the gateway. I downloaded the mysql jdbc connector and it worked fine. I couldn’t get the MariaDB ones to work.
I am using docker, ill try to get them mapped and see if that changes it.
What's your docker setup look like? Are you using an orchestrator like compose, a custom docker image, etc?
Out of the box, the 8.3.3 docker image works for me, because the MariaDB driver module is installed:
If you want to override the jar file version for whatever reason, make sure you first create an override of the driver config into core:
Then you can 'Manage JAR files', upload a new jar, and remove the old one:
Sorry for the long wait before responding, I have been traveling. I am using docker compose, I didn’t realize I needed to overwrite the core for MySQL, I just uploaded the MariaDB jar file and it was still throwing errors.
When I get back, I’ll try out overriding the core with the MariaDB jar and let you know how it goes. Thanks!
To be pedantic: You're overriding the driver configuration provided in 'system' with a configuration in 'core' (when you create the override). Then you're just mutating the definition in core by providing a different JDBC driver jar.
**googles pedantic**




