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: