See http://doc.powerdns.com/compiling-powerdns.html for more details.
-Please don't use the 'mysql' backend, it is deprecated. Use the 'gmysql'
-one!
-
COMPILING THE RECURSOR
----------------------
Either use ./configure --enable-recursor or explicitly do 'make pdns_recursor'. Releases
keep slave zones as slaves, and not convert them to native operation.
</para>
<para>
- By default, zone2sql outputs code suitable for the mysqlbackend, but it can also generate SQL for the Generic PostgreSQL, Generic MySQL and
+ zone2sql can generate SQL for the Generic PostgreSQL, Generic MySQL and
Oracle backends.
The following commands are available:
</para>
</para>
</listitem>
</varlistentry>
- <varlistentry>
- <term>--mysql</term>
- <listitem>
- <para>
- Output in format suitable for the default configuration of the MySQL backend. Default.
- </para>
- </listitem>
- </varlistentry>
<varlistentry>
<term>--named-conf=...</term>
<listitem>
\fBzone2sql\fR understands the Bind master file extension '$GENERATE' and will
also honour '$ORIGIN' and '$TTL'.
.PP
-For backends supporting slave operation (currently only the PostgreSQL
-backend), there is also an option to keep slave zones as slaves, and not
-convert them to native operation.
+For backends supporting slave operation there is also an option to keep slave
+zones as slaves, and not convert them to native operation.
.PP
-By default, zone2sql outputs code suitable for the mysqlbackend, but it can
-also generate SQL for the Generic PostgreSQL and Oracle backends.
+zone2sql can generate SQL for the Generic MySQL, Generic PostgreSQL and Oracle
+backends.
.SH OPTIONS
Input options:
.TP
Output in format suitable for the default configuration of the Generic
PostgreSQL backend.
.TP
-.B \-\-mysql
-Output in format suitable for the default configuration of the MySQL backend
-(the default output format).
-.TP
.B \-\-oracle
Output in format suitable for the default configuration of the Generic Oracle
backend.