-
Hi Andreas, you're right, it's still read-only.
Thanl you very much.
2009-07-07 11:45:02 UTC by gibsonpasquini
-
AFAIK mysql-bind was and still is READ-ONLY. This means it can only be used for primary zones with static info; no secondary zones or dynamic updates of any kind are supported.
Mind you, it's been a while since I downloaded mysql-bind so this may no longer be true. Peek at the source code, it's not very complicated. Look at the SQL statements, if they're all SELECT and no INSERT or UPDATE...
2009-07-06 20:27:17 UTC by floyd-atc
-
Hi all,
I'm new in DNS and Bind and I installed bind 9.6.1whit MySQL Bind DSB Driver.
I followed all the steps according to
http://mysql-bind.sourceforge.net/docs.php
when I try to run a nslookup command it works perfectly fine, but when I try to execute a nsupdate command it returns me the following message:
;; ->>HEADER<<- opcode: UPDATE, status: SERVFAIL, id: 7010...
2009-07-06 19:41:10 UTC by gibsonpasquini
-
I have just changed table name in named.conf and it's done. Now I have my classes all working. Just for didatic reasons and someone who might need:
--- named.conf ---
zone "0-127.166.101.200.in-addr.arpa" IN {
type master;
notify no;
database "mysqldb bind 200_101_166 localhost USER PASS";
};
--- dump...
2008-12-30 18:33:22 UTC by nataniel_klug
-
Hello friends,
Reading this forum I could configure well my arpa zones but I have a problem. I have a network that is not a full class C like:
192.168.0.0/25
So it starts fron 0 and goes until 127. I wrote this zones in named.conf like this:
0-127.0.168.192.in-addr.arpa
But mysql-bind can not find any SOA register for this kind of domain. I don't know what to to so I change the...
2008-12-30 18:23:02 UTC by nataniel_klug
-
dorgan1983 committed patchset 4 of module mysql-bind to the MySQL BIND SDB Driver CVS repository, changing 2 files.
2007-11-05 23:16:48 UTC by dorgan1983
-
Upgrade of the AlwaysHC patch so it can use unlimited subdomain depth.
// NEW FUNC BEGIN
/*
Extract the domain name
*/
static int d_ex(char *search, char *domain)
{
char mdot[]=".";
char *array[142];
int loop;
array[0]=strtok(search,mdot);
if(array[0]==NULL)
{
return 1;
}
for(loop=1;loop
2007-07-20 12:23:11 UTC by deltahex
-
alteridem committed patchset 6 of module www to the MySQL BIND SDB Driver CVS repository, changing 1 files.
2004-03-14 00:49:08 UTC by alteridem
-
The first release of the SDB driver has been uploaded. Head over to http://mysql-bind.sourceforge.net/docs.php for more information on how to compile and use the driver.
2004-03-14 00:43:14 UTC by alteridem
-
alteridem committed patchset 5 of module www to the MySQL BIND SDB Driver CVS repository, changing 5 files.
2004-03-14 00:13:51 UTC by alteridem