This is a fully functional MySQL backend (via SDB) for bind9, it works exactly like
the pgsqldb backend which is available in the contrib/ directory with the core
distribution, the instructions are also exactly the same with three exceptions:

1) you have to link with -lmysqlclient (instead of -lpq)

2) you have to insert mysqldb_init/mysqldb_clear into main.c (instead of pgsqldb_init/pgsqldb_clear)


Have fun, and please feel free to send any questions/comments. (poptix@techmonkeys.org)



AUTHORS:
Matthew Hallacy (poptix@techmonkeys.org)
Brian Rhodes (bgr@linespeed.net) <- Note, he probably doesn't want to be emailed about this.
His page for this, it might be more helpful
Version 1.1 Download Here(Added zonetomysql, as well as a documentation fix)
Version 1.0 Download Here

Back to the main www dot poptix dot net