Hi,

1.) please check if your database is running and if it is accessable
from your server

2.) check if you configured the right user / password in your config.xml

3.) check if you created a user in your mysql database and gave him
the correct rights

create database openca;
grant all privileges on openca.* to 'openca'@your_host identified by
'some_secret';

Kind regards,

Matthias


On 11/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> HI , help me
> Debugging is activated!
> defining the class parameters
> checking the configuration for enough data
> preparing the database (vendor dependent)
> mysql detected
> DB: dbi:mysql:database=ecica;host=10.2.67.47;port=3306;mysql_ssl=0
> connecting to database
> try to connect
> connect failed
> OpenCA::DBI automatic rollback by destructor DESTROY
> OpenCA::DBI->rollback
> call finish on all statement handles to avoid warnings by DBI
> Content-type: text/html
>
>
>            Error 690
>                  Configuration Error. Cannot initialize OpenCA::DBI class! 
> The database returns errorcode 0. (Success (error 20001: CONNECT_FAILED 
> (error 11111: Do not commit if the database or the module itself fails.))).
>
> --
> This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com
> http://www.opensubscriber.com/message/[email protected]/762967.html
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Openca-Users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openca-users
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to