On Mon, Mar 16, 2015 at 01:05:26PM -0300, Filipe Cifali wrote: > Hello all, > > I just subscribed to this mailing, I'm Filipe and I have some experience > with Bind/Named setups with MySQL. Since they both are good but not optimal > I was searching for a replacement and I came across PowerDNS and NSD, right > now I'm trying to do a custom layout for the MySQL queries since I use them > on Bind with the driver, which is quite easy, writing the queries.I came > across the custom queries in the docs: > https://doc.powerdns.com/md/authoritative/backend-generic-mypgsql/ > > And wrote a simple query: > > gmysql-basic-query=SELECT data,ttl,mx_priority,type,zone,host FROM DNSTable > WHERE type='%s' AND zone='%s' AND active=1 >
Are you using which version of PowerDNS? Can you check pdns_server --launch=gmysql --config | grep gmysql-basic-query Aki Tuomi _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
