From 20bd5cfa3ee471fbd965672eaeb9df5adfaf4ae1 Mon Sep 17 00:00:00 2001 From: flashlan Date: Thu, 28 Oct 2021 22:37:02 -0300 Subject: [PATCH] update script to install mysql --- createmysql.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/createmysql.sh b/createmysql.sh index e265218..be2e8b9 100755 --- a/createmysql.sh +++ b/createmysql.sh @@ -34,6 +34,9 @@ do "server") echo "proceed to install server" sudo apt install mariadb-server + echo "now we will proceed with the secure instalaltion and configuration of the database" + echo "you can answer in order: n - y - y - y - y." + read -p "Press enter to continue" sudo mysql_secure_installation echo localhost >> ~/.librography/ipserver