For some unknown reason my java connector between base and mariadb stopped working. In researching the issue, this post provided the roadmap to get my connection working again. The OP wrote: “After a lot of fiddling around I changed the connector to “mysql-connector-java-5.1.46-bin.jar”.”. Installed “mysql-connector-j-8.0.33.jar” and it worked.
Consequently I am left with two questions:
- Why has the mariadb connector (mariadb-java-client-2.7.3.jar) all of a sudden failed?
- It also appears that mariadb has changed the format of its jar files. Instead of something like “mariadb-java-client-2.7.3.jar” what is shown now is “mariadb-java-client-2.7.3-sources.jar”. I tried this “new” format, but it didn’t work either.
Using Libreoffice: 7.5.2.2
Using mariadb:Server version: 10.6.12-MariaDB-0ubuntu0.22.04.1
Using Linux Mint: 21.1
Any thoughts?