Thank you!
I do it,
I have this errors in my logs

ods-enforcerd: Error: database in config file /etc/opendnssec/conf.xml does not match libksm


My database declaration in conf.xml

......
<!--
<Datastore><SQLite>/var/opendnssec/kasp.db</SQLite></Datastore>
                <Interval>PT3600S</Interval>
-->
                <Datastore>

                        <MySQL>
                                <Host port="3306">localhost</Host>
<Database>KASP</Database>
<Username>kaspuser</Username>
<Password>00000</Password>
                        </MySQL>
                </Datastore>
                <Interval>PT3600S</Interval>

......

Le 27/02/2014 14:55, Sara Dickinson a écrit :
On 27 Feb 2014, at 13:07, Ramanou Biaou <[email protected]> wrote:

Hello,
I would like to know if anyone has ever tried to install OpenDNSSEC 1.3 using 
MySQL database
Hi,

The database is controlled by a configure option - for details see step 3 here:

https://wiki.opendnssec.org/display/DOCS/Installation#Installation-Building&Installing

and then you must specify the correct database information in the conf.xml file:

https://wiki.opendnssec.org/display/DOCS/conf.xml#conf.xml-Enforcer

You can install with either backend, you don’t need to any conversion unless 
you want to migrate your existing system.

Sara.

_______________________________________________
Opendnssec-user mailing list
[email protected]
https://lists.opendnssec.org/mailman/listinfo/opendnssec-user

Reply via email to