> BasePeer.initTableSchema(TURBINE_USER): General error: Unknown database > 'jetspeed' at
It appears that you have not created the "jetspeed" database within MySQL yet. You will need to create it and define all of the required tables. The script for creating the tables is in src/sql/security-schema.sql. You should run this AFTER you have created the jetspeed database in MySQL. You will also want to run the src/sql/external/populate-mysql.sql to pre-populate the tables. Scott
