Mysql jdbc driver error

Hi, I made sure I have:

node.attr.connector.jdbc: true

And I install this driver for mysql:

https://dev.mysql.com/downloads/connector/j/
extracted the jar file into /opt/platform/elasticsearch/config/jdbc-drivers

I get the following error when I try to make a datasource connection:

[2020-10-25T21:23:50,906][WARN ][c.z.h.u.DriverDataSource ] [siren-node] Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.

Any ideas? Thanks!

update: I found out I needed to use the mariadb jdbc driver. I thought they were the same. sorry.

2 Likes