06 Sep 2023 03:03 PM - last edited on 20 Aug 2024 11:07 AM by Michal_Gebacki
Hello, I am using Generic DB Query Plugin (version 3.5.0) and MariaDB version below:
I don't see support for MariaDB but I do see support for MySQL, does anyone have this working? If yes, which version of JDBC are you using? Thanks
Solved! Go to Solution.
06 Sep 2023 06:22 PM - edited 06 Sep 2023 06:23 PM
This is not possible, both the driver class name and the connection string are built for MySQL. So we don't support MariaDB at this time.
You do have the option to edit the extension code and add this driver and connection string (making the extension unsupported), or get in touch with us (extensions team) for a paid engagement where we can add that support for you. You can get in touch with us via your account manager
06 Sep 2023 06:35 PM
Thanks @david_lopes
06 Sep 2023 08:44 PM - edited 06 Sep 2023 08:46 PM
Hi @DanielS, I know of one case where they successfully connected to MariaDB using the standard MySQL option. Instead of using jdbc:mariadb://localhost:3306/mydatabase for the connection string (which failed, by the way), they tried jdbc:mysql://localhost:3306/mydatabase and it worked.
It's worth a shot, but if it fails, pick an option that David suggested 😉