[Kea-users] MySQL Error

Pizu pizpower at gmail.com
Fri May 29 08:54:10 UTC 2020


Hi,

Am having an issue on the 1.6.0.

error:

2020-05-29 10:43:54.629 ERROR [kea-dhcp4.dhcp4/2524] DHCP4_CONFIG_LOAD_FAIL
configuration error using file: /usr/local/etc/kea/kea-dhcp4.conf, reason:
Unable to open database: must specify a name for the database
2020-05-29 10:43:54.630 ERROR [kea-dhcp4.dhcp4/2524] DHCP4_INIT_FAIL failed
to initialize Kea server: configuration error using file
'/usr/local/etc/kea/kea-dhcp4.conf': Unable to open database: must specify
a name for the database

database name is set however am having this error :( can someone help?
please

{

"Dhcp4": {
    "server-tag": "Zejtun KEA DHCPv4 server",
    "config-control": {
        "config-databases": [{
            "type": "mysql",
            "name": "keadbname",
            "user": "keadbuser",
            "password": "passwordhere",
            "host": "localhost",
            "port": 3306
        }],
        "config-fetch-wait-time": 20
        },
        "interfaces-config": {
            "interfaces": [ "ens192"]

    },


    "lease-database": {
        "type": "mysql",
        "lfc-interval": 3600
    },


Regards,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20200529/805a98ae/attachment.htm>


More information about the Kea-users mailing list