[opencms-dev] I believe I�m quite close :-)

paolo pulicani pulicani at yahoo.com
Thu Apr 6 12:55:11 CEST 2000


I've had the same problem and I fixed it as follows:

do not use "localhost": use fully qualified name for
your host instead.

I edited the opencms.properties and replace the entry:

property.connectString=jdbc:mysql://localhost:3306/opencms/usr=root&password=

with

property.connectString=jdbc:mysql://paulaner.main.com:3306/opencms/usr=root&password=

Then it works.

Wishes

Paolo Pulicani

--- kwaH <kwah at gmx.net> scritto:
> Hi,
> 
> after some sleepless nights I got most of the
> OpenCMS
> stuff installed and initialized (thanks for all the
> hints 
> concerning the xerces 1.0.1 stuff).
> 
> There is just one annoyance in my opencms.log
> preventing me
> from starting up the whole thing (I hope it´s the
> last annoyance):
> 
> [06.04.2000 02:51:40] <opencms_init> [OpenCms]
> [CmsAccessUserMySql]:General error: Access denied
> for user: '@localhost'
> to database 'opencms'
> 
> *Sigh*
> 
> What does _that_ mean ?
> 
> I grepped all my config files for references to
> localhost but didn´t
> find anything that looks like a login to the mysql
> server. I even tried
> to add a user with full access with the name
> "@localhost" - still no
> result.
> 
> By the way: when trying to open the appropriate URL
> my browser pops up
> an error message saying "Server Message: Unknown
> Status 3" (sometimes
> it even says "Status 2" ?!)
> 
> Thanks for the help.
> 
> Emre
> 

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com



More information about the opencms-dev mailing list