Forum Discussion
john_maccario
12 years agoNew Contributor
A workaround is available for using MySQL 5.6. Please note that using this workaround is done at your own risk since we don't yet support MySQL 5.6.
Make note of your driver change since upgrading or migrating Collaborator may revert back to the old driver and/or cause conflictions.
Stop the "ccollab-server" service.
Remove the MySQL JDBC driver that's included with our install (INSTALL_DIR\tomcat\lib\mysql-connector-java-5.1.6-bin.jar).
Obtain the 5.1.28 version of the MySQL JDBC driver (mysql-connector-java-5.1.28-bin.jar) and place it in the directory listed above. (Please note: you may try running later versions of this driver if the specified version isn't available for download.)
Start the "ccollab-server" service.
Thanks,
John