MySQL is 3.23.58
That's a very old version of MySQL and even though there are some 323 version files in the distro, I doubt anyone has tested against that.
Some things to try:
Downgrade your MySQL
JDBC driver in the lib directory. There may be issues using the new driver with an old DB.
In the /WEB-INF/config/database/mysql directory, rename the mysql.sql file to something and replace it with the mysql_323.sql file.
In the mysql.properties (same directory) and in your jforum_custom.conf file, make sure that the database.support.subqueries property is false.
I'm almost afraid to ask what what version of
Java VM and app server you are running on.... the distro probably has at least some Java 1.4 dependencies, and there may be some Java 1.5 specific calls as well.
[originally posted on jforum.net by monroe]