|
Subject: Re: new opencms user Newsgroups: gmane.comp.cms.opencms.devel Date: 2008-08-06 13:47:30 GMT (21 weeks, 6 days, 10 hours and 8 minutes ago) Hello Anand, In my humble opinion, it is really useful to read at least the first 10 lines of the stacktrace, not just the first one. It is not the same error as before. And it's not that complicated: > Error connecting to database using: "jdbc:mysql://192.168.0.7:3306/". > ------------------------------------------- > java.sql.SQLException: Access denied for user > 'java_opencms'@'192.168.0.24' (using password: YES) at Basically, the user has no access to the database. Ask your DB-Admin or have a look at the MySQL-manual how to grant access to MySQL-DBs. Access in MySQL is granted by a combination of user, host, db and of course the correct password. Best regards, Uwe -- Uwe König <u.koenig <at> ifu.com> -- ifu Hamburg - material flows and software ifu Institut fuer Umweltinformatik Hamburg GmbH Grosse Bergstrasse 219, 22767 Hamburg, Germany Managing Director: Jan Hedemann, Commercial Register: Hamburg, HRB 52629 www.ifu.com - www.umberto.de - www.sabento.com - www.e-sankey.com >>> e!Sankey - software for easy drawing of Sankey diagrams. >>> Visit http://www.e-sankey.com _______________________________________________ This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/mailman/listinfo/opencms-dev |
|
|