From 4cdd9831d99aef8aa835220c62c39f043730bb70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Tue, 15 Feb 2022 14:52:45 +0100 Subject: [PATCH] =?UTF-8?q?Docs:=20don=E2=80=99t=20explain=20MySQL=20insta?= =?UTF-8?q?llation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/02-Installation.md | 47 ++---------------------------------------- 1 file changed, 2 insertions(+), 45 deletions(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index d529017f..58712867 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -3,7 +3,7 @@ ## Requirements * Local Redis instance (Will be installed during this documentation) -* MySQL/MariaDB server with `icingadb` database, user and schema imports (Will be installed during this documentation) +* MySQL/MariaDB database `icingadb`, user and schema imports (Will be set up during this documentation) ## Setting up Icinga DB @@ -133,50 +133,7 @@ Debian/Ubuntu: apt-get install icingadb-redis ``` -### Configuring MySQL - -#### Installing MySQL/MariaDB database server - -RHEL/CentOS 8/Fedora: - -``` -dnf install mariadb-server mariadb - -systemctl enable mariadb -systemctl start mariadb - -mysql_secure_installation -``` - -RHEL/CentOS 7: - -``` -yum install mariadb-server mariadb - -systemctl enable mariadb -systemctl start mariadb - -mysql_secure_installation -``` - -SUSE: - -``` -zypper install mysql mysql-client - -systemctl enable mariadb -systemctl start mariadb -``` - -Debian/Ubuntu: - -``` -apt-get install mysql-server mysql-client - -mysql_secure_installation -``` - -#### Setting up the MySQL database +### Setting up the MySQL database Note that if you're using a version of MySQL < 5.7 or MariaDB < 10.2, the following server options must be set: