update mysql install script

This commit is contained in:
2021-10-28 21:00:04 -03:00
parent 47ca47fbd7
commit 0c2198e7c2
Regular → Executable
+2
View File
@@ -9,6 +9,8 @@ sudo apt install openjdk-8-jdk mariadb-server mariadb-client
mkdir ~/.librography mkdir ~/.librography
touch ~/.librography/ touch ~/.librography/
# is the mysql already configured?
# proceed with secure install:
echo "Enter the user name for database: " echo "Enter the user name for database: "
read password read password