Hi,

my config.xml looks like this:

       <option>
            <name>dbmodule</name>
            <!-- you can use DB or DBI -->
            <value>DBI</value>
        </option>
        <option>
            <name>db_type</name>
            <value>mysql</value>
        </option>
        <option>
            <name>db_name</name>
            <value>openca</value>
        </option>
        <option>
            <name>db_host</name>
            <value>localhost</value>
        </option>
        <option>
            <name>db_port</name>
            <value>3306</value>
        </option>
        <option>
            <name>db_user</name>
            <value>openca</value>
        </option>
        <option>
            <name>db_passwd</name>
            <value>*********</value>
        </option>
        <option>
            <name>db_namespace</name>
            <!--
               a namespace is prefix in front of every table
               Example: table user1
                        ==>
                        select * from user1.certificate;
               This is not required for MySQL, PostgreSQL and IBM DB2.
               Nevertheless all supported database can use such namespaces
               and it is the default behaviour of Oracle. Oracle uses as
               namespace usually the name of the database.
              -->
            <value></value>
        </option>

Martin Bartosch schrieb am Thu, Apr 28, 2005 at 10:12:49AM +0200:
> Hi,
> 
> > Configuration error: Cannot initialize OpenCA::DBI class! The database
> > returns errorcode 10009. (DB_TYPE_UNKNOWN (error 11111: Do not commit if
>                             ^^^^^^^^^^^^^^^
> 
> you misconfigured the database type. Check spelling and case of the
> DB type specification.
> 
> cheers
> 
> Martin
> 
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by: Tell us your software development plans!
> Take this survey and enter to win a one-year sub to SourceForge.net
> Plus IDC's 2005 look-ahead and a copy of this survey
> Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id5hix
> _______________________________________________
> Openca-Users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openca-users
> 
> 


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id5hix
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to