Hi, everyone,
I'm trying to configure a resources/connection in scriptrunner from jira to an external database in mariadb.
These are the parameters I'm using right now:
JDBC URL: jdbc:mariadb://our_server:our_port
Driver class name: org.mariadb.jdbc.Driver
I have also copied the driver file (mariadb-java-client-2.7.3.jar) to our installation folder (/opt/jira7123/lib)
When I try to preview I'm getting this error:
"java.lang.RuntimeException: Failed to load driver class org.mariadb.jdbc.Driver in either of HikariConfig class loader or Thread context classloader"
Anyone could tell me what I'm doing wrong?