<div dir="ltr"><div>Hello all,</div><div><br></div><div>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: <a href="https://doc.powerdns.com/md/authoritative/backend-generic-mypgsql/">https://doc.powerdns.com/md/authoritative/backend-generic-mypgsql/</a></div><div><br></div><div>And wrote a simple query: </div><div><br></div><div>gmysql-basic-query=SELECT data,ttl,mx_priority,type,zone,host FROM DNSTable WHERE type='%s' AND zone='%s' AND active=1<br></div><div><br></div><div>My table contain:</div><div><br></div><div><div>mysql> SELECT * FROM DNSTable  LIMIT 1\G</div><div>*************************** 1. row ***************************</div><div>       farm: 0</div><div>       zone: zone.local</div><div>       host: sample</div><div>       type: CNAME</div><div>       data: smtp.zone.local.</div><div>    dataint: smtp.zone.local.</div><div>        ttl: 3600</div><div>mx_priority:</div><div>    refresh: 3600</div><div>      retry: 0</div><div>     expire: 0</div><div>    minimum: 0</div><div>     serial: 0</div><div>resp_person:</div><div>      port: NULL</div><div>      active: 1</div><div>1 row in set (0.00 sec)</div></div><div><br></div><div>And when I start pdns_server I get:</div><div><br></div><div><div>Mar 16 12:49:31 powerdns-auth-node-01 pdns[26348]: gmysql Connection failed: Provided parameter count does not match statement</div><div>Mar 16 12:49:31 powerdns-auth-node-01 pdns[26348]: Caught an exception instantiating a backend: Unable to launch gmysql connection: Provided parameter count does not match statement</div></div><div><br></div><div>Searching in the mailing list I got:</div><div><div class="" style="margin:2em 0px 1em;font-size:12.0959997177124px;color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif"><img src="http://powerdns.13854.n7.nabble.com/images/search.png" class="" style="width: 16px; height: 16px; vertical-align: middle; border: none;"> Found 0 matching posts for <b>message:"Provided parameter count does not match statement"</b> in <a href="http://powerdns.13854.n7.nabble.com/" style="color:rgb(85,26,139);font-size:1em">PowerDNS</a></div><div id="ad1" style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.4399995803833px;width:1418.5px;text-align:center"></div></div><div>Maybe I missed something in the query but I don't get enough feedback in the log to correct my mistake, can someone please show me the way?</div><div><br></div><div>Thanks in advance, best regards. </div><div><br></div><div>(sorry for any typo, english is not my first lang.)</div><br>-- <br><div class="gmail_signature">[ ]'s<br><br>Filipe Cifali Stangler<br></div>
</div>