PowerDNS::Backend::MySQL

Provides an interface to manipulate PowerDNS data in the MySQL Backend.
Download

PowerDNS::Backend::MySQL Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Augie Schwer
  • Publisher web site:
  • http://search.cpan.org/~augie/

PowerDNS::Backend::MySQL Tags


PowerDNS::Backend::MySQL Description

Provides an interface to manipulate PowerDNS data in the MySQL Backend. PowerDNS::Backend::MySQL is a Perl module that provides an interface to manipulate PowerDNS data in the MySQL Backend.SYNOPSIS use PowerDNS::Backend::MySQL; # Setting parameters and their default values. my $params = { db_user => 'root', db_pass => '', db_name => 'pdns', db_port => '3306', db_host => 'localhost', mysql_print_error => 1, mysql_warn => 1, mysql_auto_commit => 1, mysql_auto_reconnect => 1, lock_name => 'powerdns_backend_mysql', lock_timeout => 3, }; my $pdns = PowerDNS::Backend::MySQL->new($params); Requirements: · Perl


PowerDNS::Backend::MySQL Related Software