> Just two more very silly queries. I am real new user. > > 1. How do I run src/sql/security-schema.sql sript ? > I'm running on windows xp and use MySQL-front. Unfortunately, MySQL-front has been discontinued :(. I can send it to you off list if you would like. It makes working with MySQL very simple.
> 2. What is the difference between src package and binary package of > jetspeed > in terms of its usage ? You build the binaries from a source (src) distribution or from the CVS. You will then have to run the ant build script, usually build.xml, to compile the classes, create jars, wars etc. Scott > -----Original Message----- > From: Elena [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 04, 2002 1:39 PM > To: Jetspeed Users List > Subject: Re: Using MySql for User Authentication > > 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:jetspeed-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:jetspeed-user- > [EMAIL PROTECTED]>
