Hi Scott, Just two more very silly queries. I am real new user.
1. How do I run src/sql/security-schema.sql sript ? 2. What is the difference between src package and binary package of jetspeed in terms of its usage ? Thank you again. Elena ----- Original Message ----- From: "Weaver, Scott" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> Sent: Saturday, October 05, 2002 2:38 AM Subject: RE: Using MySql for User Authentication > > 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 > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
