MySQL
From OpenKM Documentation
Download MySQL JDBC driver from MySQL Home Page and move it to $JBOSS_HOME/server/default/lib.
Change mysql default engine to InnoDB
In order to change the default storage engine edit /etc/mysql/my.cnf and under [mysqld] section in your ini file, and add:
default-storage-engine = innodb
InnoDB is the preferred engine because it support transactions. MyISAM is more responsive but does not support transactions. |
- OpenKM 5.0 (also valid for OpenKM 5.1)
- OpenKM 4.1