Page 2 of 2

Re: SOLVED OpenKM 6.2 with new MySQL Datastore

PostPosted:Fri Nov 09, 2012 8:41 pm
by techexpress
OK I find the pb
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
 default-storage-engine=innodb
Don't forget to restart mysqld and remove :
localhost folder in /opt/openkm/tomcat/work/Catalina
OpenKM folder in /opt/openkm/tomcat/webapps

Re: SOLVED OpenKM 6.2 with new MySQL Datastore

PostPosted:Tue Dec 04, 2012 9:53 pm
by diegospano
techexpress wrote:OK I find the pb
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
 default-storage-engine=innodb
techexpress wrote: Don't forget to restart mysqld and remove :
localhost folder in /opt/openkm/tomcat/work/Catalina
OpenKM folder in /opt/openkm/tomcat/webapps
This info should be mentioned in the Wiki (http://wiki.openkm.com/index.php/MySQL_-_OpenKM_6.2) as VERY IMPORTANT !!!!

Thanks!
Diego

Re: SOLVED OpenKM 6.2 with new MySQL Datastore

PostPosted:Fri Dec 07, 2012 4:26 pm
by pavila
I have updated the wiki article as proposed.