Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.6
-
None
-
None
-
mysql 4.0.20
Description
turbine-mysql-4.sql script has sql syntax errors which prevent the user from creating jetspeed required mysql tables without editing.
1. Comment lines in script do not have # to start comments throughout
2. The SQL command beginning with "CREATE TABLE TURBINE_USER" has an extraneous comma after the field definition for PASSWORD_CHANGED
Changing comment lines to add "#" and removing the extraneous comma corrects this problem and allows scripts to run without errors.