From 0c2198e7c2812bfe176192569dafbdb5649ebbdd Mon Sep 17 00:00:00 2001 From: flashlan Date: Thu, 28 Oct 2021 21:00:04 -0300 Subject: [PATCH] update mysql install script --- createmysql.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 createmysql.sh diff --git a/createmysql.sh b/createmysql.sh old mode 100644 new mode 100755 index fa27d58..5b6a4ab --- a/createmysql.sh +++ b/createmysql.sh @@ -9,6 +9,8 @@ sudo apt install openjdk-8-jdk mariadb-server mariadb-client mkdir ~/.librography touch ~/.librography/ +# is the mysql already configured? +# proceed with secure install: echo "Enter the user name for database: " read password