|
Subject: Re: new opencms user Newsgroups: gmane.comp.cms.opencms.devel Date: 2008-08-07 04:30:31 GMT (10 weeks and 8 minutes ago) Hello, This time working on your advice and i feel guilty for saying same error is displayed while typing 192.168.0.7. Thanking you for given me valuable time. Thanks Anand Agarwal On Wed, 2008-08-06 at 15:47 +0200, Uwe König wrote: > > 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> > _______________________________________________ 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 |
|
|