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