From dcb51a1e68e2371c0de72ade8bf2eb808a055bce Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Sat, 21 Apr 2018 16:29:42 +0200 Subject: [PATCH] MariaDB hardening --- install-nextcloud.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index 8c7de37..6194eb7 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -3,7 +3,8 @@ # INSTALL-NEXTCLOUD.SH # Version 1.2 # April 21st, 2018 -# version 1.2: changed the process of creating the Nextcloud db & user +# version 1.2: changed the process of creating the NC +# db/user, added mysql_secure_installation # version 1.1: added functions # Version 1.0: initial script #######################################################