2 Replies Latest reply on Aug 28, 2004 2:02 PM by thorntond

    fix for nukes-installer.war and mysql database

      The release candidate nukes-installer.war fails for mysql because there are semicolons at the end of the mysql commands in the /WEB-INF/setup/mysql.xml file. It gives the error

      java.sql.SQLException: Syntax error or access violation, message from server: "You have an error in your SQL syntax near '; ' at line 1"

      I removed the semicolons and it worked fine after that.