From e3a7857030bb5249c22d390afb57f031355d6349 Mon Sep 17 00:00:00 2001 From: mcktr Date: Sun, 18 Jun 2017 12:36:07 +0200 Subject: [PATCH] Add documentation for securing mysql on debian/ubuntu. --- doc/2-getting-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/2-getting-started.md b/doc/2-getting-started.md index 0cfb325cd..3dbe33388 100644 --- a/doc/2-getting-started.md +++ b/doc/2-getting-started.md @@ -94,7 +94,7 @@ as part of the [SLES 11 Security Module](https://www.suse.com/communities/conver #### SLES 12 SDK -Icinga 2 requires the `libboost_chrono1_54_0` package from the `SLES 12 SDK` repository. Refer to the SUSE Enterprise +Icinga 2 requires the `libboost_chrono1_54_0` package from the `SLES 12 SDK` repository. Refer to the SUSE Enterprise Linux documentation for further information. ### Installing Icinga 2 @@ -422,6 +422,7 @@ Please choose whether to install [MySQL](2-getting-started.md#configuring-db-ido Debian/Ubuntu: # apt-get install mysql-server mysql-client + # mysql_secure_installation RHEL/CentOS 6: