Thanks for the invaluable help. I would just like to make a comment to put the solution to my problem on record. This should probably be included in the install.txt file. I was using the wrong version of the mysql mm driver. 1.0 won't work :) You need to use 1.2. I used 1.2b because I read a message on the mailing archives that this was the best version. Is this still correct? Also should this be in the FAQ? Thanks everyone, Dan Diephouse [EMAIL PROTECTED] wrote: > > > > Please bear with me as I learn about Turbine :) > > > > I have the turbine jar and it's support jars installed now. I go to > > localhost/servlets/Turbine and log on as turbine. I get the following > > message while doing so: > > > > Exception: java.lang.Error: Error in BasePeer.initTableSchema(): General > > error: Access denied for user: '@localhost' to database 'turbine' > > > > Now what I would gather from this is that I don't have a username > > entered, but I do. The next thing I would think is > > TurbineResources.properties is not being parsed, but I have the file > > typed in correctly in zone.properties and permissions are set properly. > > Everyone can read the file. > > > > #### MySQL MM Driver > > database.default.driver=org.gjt.mm.mysql.Driver > > database.default.url=jdbc:mysql://localhost:3306/turbine > > database.default.username=***** > > database.default.password=***** > > That error message is because you don't have your MySQL permissions setup > properly to allow access. > > -jon > ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]
