diff --git a/createmysql.sh b/createmysql.sh new file mode 100644 index 0000000..8cd1915 --- /dev/null +++ b/createmysql.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +mkdir ~/.librography +touch ~/.librography/ + + +echo "Enter the user name for database: " +read password +echo "The Current User Name is $first_name" +echo +echo "Enter other users'names: " +read name1 name2 name3 +echo "$name1, $name2, $name3 are the other users." + +PASS=`pwgen -s 40 1` + +mysql -uroot <