Re: SOLVED OpenKM 6.2 with new MySQL Datastore
PostPosted:Fri Nov 09, 2012 8:41 pm
OK I find the pb
There is new info on the wiki Thank's Jllort
localhost folder in /opt/openkm/tomcat/work/Catalina
OpenKM folder in /opt/openkm/tomcat/webapps
There is new info on the wiki Thank's Jllort
VERIFY your default database engine is inodb, otherside set it. With mysql root user can execute show engines; to show default engine.So you need to stop openkm and to edit /etc/my.cnf and add under [mysqld]
Code: Select all
Don't forget to restart mysqld and remove : default-storage-engine=innodb
localhost folder in /opt/openkm/tomcat/work/Catalina
OpenKM folder in /opt/openkm/tomcat/webapps