Hm... I did that last week and tried both MySQL and mysql with same results. However, I just decided to use db instead of dbi (because I read in the manual you don'e recommend MySQL as a db). Now when I go to initialize the CA I create the secret key file and then try to continue. >From then on I get "500 Internal Server Error". I'll keep debugging this to see what I can find.
On Mon, 2003-08-18 at 09:46, Michael Bell wrote: > Ti Leggett wrote: > > > Configuration Error. Cannot initialize > > OpenCA::DBI class! The database returns > > errorcode 0. (Success (error 10009: > > DB_TYPE_UNKNOWN (error 11111: Do not commit if > > the database or the module itself fails.))). > > 1. grep -i DB_TYPE_UNKNOWN src/modules/openca-dbi/DBI.pm > 2. vi DBI.pm (search for DB_TYPE_UNKNOWN) > 3. you used the wrong DBD driver string > > The drivers are case sensitive until now in OpenCA. So please check > etc/database/DBI.conf. The string must be "mysql" - no big letters at all. > > Michael > > P.S. yes, I'm starting answering the mails :) ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
