Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For MariaDB you will need to use an appropriate driver. In our tests, we have had success with the MySQL Connector/J driver from https://mvnrepository.com/artifact/mysql/mysql-connector-java. The jar file we used was mysql-connector-java-8.0.1728.jar.  It should be installed under /opt/shrine/tomcat/lib.

...

Code Block
languagetext
themeRDark
validationQuery="SELECT 1 FROM DUAL"

...