>I'm using "jetspeed" as my userid. What a coincidence... Eight
>characters. I guess that's not it either. :-)
Just make sure you have created such a user for your MySQL installation. I
found the same problem once after one of many reinstalls. If you have created a
database called Turbine for use with Jetspeed, then create a MySQL user such
as:
shell> mysql --user=root mysql
mysql> GRANT ALL PRIVILEGES ON Turbine.* TO jetspeed@localhost
IDENTIFIED BY 'password' WITH GRANT OPTION;
Then make sure this (jetspeed, 'password') combination is the one Turbine is
using for accessing MySQL, check your TurbineResources.properties and make
changes there accordingly.
Hope that helps,
Alex
-----------------------------------------------------------------
Visit our Internet site at http://www.reuters.com
Any views expressed in this message are those of the individual
sender, except where the sender specifically states them to be
the views of Reuters Ltd.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]