Hi, I read through the archives, there is only really one on this subject. It says that you have to setup a 'localhost' user in the user table in the Mysql database. I already had one and am connecting with a "database.default.url=mysql://localhost:3306/rwtransform" in my TurbineResources.properties file
My mysql connect string looks like this "mysql -h localhost -u david -p" and it works. Exactly the same hostname, user and password for both mysql and jdbc. What else is there????? David -----Original Message----- From: David Wynter [mailto:david@;roamware.com] Sent: 06 November 2002 14:43 To: Turbine-User Subject: Turbine failing to access MySQL database I have a problem moving my working T2.1 application from a W2K box using MySQL to a Linux box using MySQL. I get a "java.sql.SQLException: Server configuration denies access to data source" message on the Linux box, but not on the W2K box. Seems simple enough, just change the login id and password to one that operates on the database, oh it already is. I checked the case of the id and password, I logged in using same id and password with mysql, it works, just not through Turbine/Tomcat/JDBC. Is this something to do with the user who starts Tomcat, i.e. root, being different to the user logging into the database? Any ideas? I have a separate simpler T2.1 webapp that runs on the same Linux box. I notice that it gets the following error message when starting up: java.lang.NoClassDefFoundError: org/apache/java/security/MessageDigest when starting or shutting down the UniqueIdSevice service. Is this a missing jar? Thanks David Wynter Director roamware Ltd. (+44) (0) 208 922 7539 B. (+44) (0) 7879 605 706 M. [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>
