cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Generic DB Query Plugin & MariaDB

DanielS
DynaMight Guru
DynaMight Guru

Hello, I am using Generic DB Query Plugin (version 3.5.0) and MariaDB version below:

DanielS_0-1694008825304.png

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

The true delight is in the finding out rather than in the knowing.
3 REPLIES 3

david_lopes
Dynatrace Mentor
Dynatrace Mentor

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

Thanks @david_lopes 

The true delight is in the finding out rather than in the knowing.

andre_vdveen
DynaMight Champion
DynaMight Champion

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 😉

Featured Posts