From e06fcd75ce9a69d9fc947d8fd26e34e2168b4d62 Mon Sep 17 00:00:00 2001 From: David Mc Ken Date: Fri, 9 Dec 2022 07:02:26 -0400 Subject: [PATCH] Moved database specific packages to the setup MySQL directions. --- docs/wiki/database-setup/Setup-MySQL-or-MariaDB.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/wiki/database-setup/Setup-MySQL-or-MariaDB.md b/docs/wiki/database-setup/Setup-MySQL-or-MariaDB.md index d14d2a9..246a0a5 100644 --- a/docs/wiki/database-setup/Setup-MySQL-or-MariaDB.md +++ b/docs/wiki/database-setup/Setup-MySQL-or-MariaDB.md @@ -16,6 +16,20 @@ quit - If your database server is located on a different machine then change 'localhost' to '%' - Replace YOUR_PASSWORD_HERE with a secure password. +## Install required packages: +### Red-hat based systems: + +### Debian based systems: +``` +apt install libmysqlclient-dev +``` + +### Install python packages: +``` +pip3 install mysqlclient==2.0.1 +``` + + ## Known issues: Problem: If you plan to manage large zones, you may encounter some issues while applying changes. This is due to PowerDNS-Admin trying to insert the entire modified zone into the column history.detail.