I couldn't find src/sql/security-schema.sql anywhere so I used MySQL_users_roles_permissions.sql instead.
-----Original Message----- From: Elena [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 2:25 PM To: Jetspeed Users List Subject: Re: Using MySql for User Authentication what this sql file is for ?? ----- Original Message ----- From: "Hauge, Geoffrey" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> Sent: Saturday, October 05, 2002 3:15 AM Subject: RE: Using MySql for User Authentication > Okay I think I found it > > MySQL_users_roles_permissions.sql > > -----Original Message----- > From: Hauge, Geoffrey [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 04, 2002 2:00 PM > To: 'Jetspeed Users List' > Subject: RE: Using MySql for User Authentication > > > Quick question... > > I found "src/sql/external/populate-mysql.sql" but > not"src/sql/security-schema.sql." in CVS. > Can someone tell me if src/sql/security-schema.sql is still there or if the > name has changed? > > Thanks > > Geoff > > > > -----Original Message----- > From: Weaver, Scott [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 04, 2002 1:59 PM > To: 'Jetspeed Users List' > Subject: RE: Using MySql for User Authentication > > > > 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]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
