[opencms-dev] Re: installing under debian

Christoph P. Kukulies kuku at physik.rwth-aachen.de
Wed Apr 12 18:20:03 CEST 2006


On Wed, Apr 12, 2006 at 05:40:02PM +0200, Thomas März wrote:
> "Christoph P. Kukulies" <kuku at physik.rwth-aachen.de> writes:
> 
> > I'm installing OpenCms 6.2.0 under Debian Linux currently and got
> 
> Does this help?
> 
> http://article.gmane.org/gmane.comp.cms.opencms.devel/14091/match=skip+networking

No. 

the skip-networking option is definitely not used in mysql startup.

What looks funny is that the opencms error mentions root at localhost.localdomain:

Error connecting to database using: "jdbc:mysql://localhost:3306/".
-------------------------------------------
java.sql.SQLException: Access denied for user: 'root at localhost.localdomain' (Using password: YES) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2928) at

And when I want to connect e.g.
mysqladmin -u root -p -h  localhost version variables

it works but connecting

mysqladmin -u root -p -h  localhost.localdomain  version variables

yields an error:
 mysqladmin -u root -p -h  localhost.localdomain version variables
Enter password:
mysqladmin: connect to server at 'localhost.localdomain' failed
error: 'Access denied for user: 'root at localhost.localdomain' (Using password: YES)'

Which possibly indicates a MySql configuration problem.

Not sure though.

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de




More information about the opencms-dev mailing list