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