You want something like this:
{
"Dhcp4":
{
...
# Use MySQL lease database backend to store leases in a database.
"lease-database": {
"type": "mysql",
"host": "__MYSQL_HOST__",
"name": "__MYSQL_DB__",
"user": "__MYSQL_USER__",
"password": "__MYSQL_PASSWORD__"
},
# Use MySQL hosts database backend to store reservations in a database.
"hosts-database": {
"type": "mysql",
"host": "__MYSQL_HOST__",
"name": "__MYSQL_DB__",
"user": "__MYSQL_USER__",
"password": "__MYSQL_PASSWORD__"
},
...
}
}
where the tokens are whatever your SQL credential/database parameters are.
hth,
Klaus
On Wed, Sep 4, 2019 at 3:39 AM Marc Boisis <[email protected]> wrote:
>
> Where can I find where to put dhcp4 parameters in mysql configuration
> backend ? (which table ? values...).
> _______________________________________________
> Kea-users mailing list
> [email protected]
> https://lists.isc.org/mailman/listinfo/kea-users
>
_______________________________________________
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users