Hi!

I tried the comand with localhost and had the same result...

[EMAIL PROTECTED] root]# mysql -h localhost -u openca -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 18 to server version: 3.23.58

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>

It seems that its all right with the permissions, isn't it??

And in my config.xml I have:

            <name>db_host</name>
            <value>localhost</value>

And in my DBI.conf I have:
<openca>
    <database_config>
        <debug>1</debug>
        <type>mysql</type>
        <name>openca</name>
        <host>localhost</host>
        <port>5432</port>
        <user>openca</user>
        <passwd>mudar123</passwd>
        <namespace>ca</namespace>
        <environment>


So, I have "localhost" in all the places...

What can I do? Any testes to do??

Thanks!


Andr�a



----- Original Message ----- 
From: "Ives Steglich" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, February 22, 2005 7:49 PM
Subject: Re: [Openca-Users] CONNECT_FAILED


Andr�a Cavallari wrote:
> Thanks Oliver, but I had the same result:
>
> [EMAIL PROTECTED] cacerts]# mysql -h 10.10.3.174 -u openca -p
> Enter password:
> Welcome to the MySQL monitor.  Commands end with ; or \g.
> Your MySQL connection id is 16 to server version: 3.23.58
>
> Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
>
> mysql>
>
>
> Any ideias??
>
yeah: the error message says: [EMAIL PROTECTED] with a password is not
allowed to connect...

maybe you have set the access right for the ip only... which is
different from localhost (127.0.0.1 usaly)

i mean either try the mysql command with -h localhost and see if that
works or set as host in the config.xml 10.10.3.174 and not localhost

this are usaly two different things for access-control in mysql and also
in general... ;)


greetings
dalini


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to