⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.236
Server IP:
104.21.64.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
pdns-backend-mysql
/
View File Name :
README.Debian
Instructions on setting up MySQL as a backend for PowerDNS ---------------------------------------------------------- You should create a database yourself and install the schema into it. On upgrades you should also upgrade the schema. You can find the upstream recommended schema here: /usr/share/pdns-backend-mysql/schema Just create a database (for example, named pdns) and then feed these SQL commands to MySQL to get the default schema: mysql -u root -p <database> < \ /usr/share/pdns-backend-mysql/schema/schema.mysql.sql Then add your data to the database. An example configuration for PowerDNS is provided in /usr/share/doc/pdns-backend-mysql/examples/. It is probably a good idea to protect your configuration file, as it will contain your database password: chmod 0640 /etc/powerdns/pdns.d/gmysql.conf chgrp pdns /etc/powerdns/pdns.d/gmysql.conf Note: in previous versions, the Debian packages used dbconfig-common, and you can continue to use dbconfig created databases, but you will have to upgrade the schema manually.