From 94ce26eaad94ce86faf03f6a350332a50138461b Mon Sep 17 00:00:00 2001 From: David Mc Ken Date: Mon, 12 Dec 2022 22:49:51 -0400 Subject: [PATCH] Minor cleanup of MySQL docs. --- docs/wiki/database-setup/Setup-MySQL-or-MariaDB.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/wiki/database-setup/Setup-MySQL-or-MariaDB.md b/docs/wiki/database-setup/Setup-MySQL-or-MariaDB.md index aaa4eaa..5242b69 100644 --- a/docs/wiki/database-setup/Setup-MySQL-or-MariaDB.md +++ b/docs/wiki/database-setup/Setup-MySQL-or-MariaDB.md @@ -2,7 +2,7 @@ This guide will show you how to prepare a MySQL or MariaDB database for PowerDNS-Admin. -Directions to do this can be found below: +We assume the database is installed per your platform's directions (apt, yum, etc). Directions to do this can be found below: - MariaDB: - https://mariadb.com/kb/en/getting-installing-and-upgrading-mariadb/ - https://www.digitalocean.com/community/tutorials/how-to-install-mariadb-on-ubuntu-20-04 @@ -10,7 +10,7 @@ Directions to do this can be found below: - https://dev.mysql.com/downloads/mysql/ - https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04 -We assume the database is installed per your platform's directions (apt, yum, etc). The following directions assume a default configuration and for productions setups `mysql_secure_installation` has been run. +The following directions assume a default configuration and for productions setups `mysql_secure_installation` has been run. ## Setup database: