Step 2: Set Hibernate settings for MySQL or MariaDB
<config-file>system/hibernate/postgresql.hibernate.cfg.xml</config-file><config-file>system/hibernate/mysql5.hibernate.cfg.xml</config-file><property name="connection.driver_class">com.mysql.jdbc.Driver</property><property name="connection.driver_class">org.mariadb.jdbc.Driver</property>
PreviousStep 1: Set up Quartz on MySQL or MariaDBNextStep 3: Replace default version of audit log file with MySQL version
Last updated
Was this helpful?

