Compare commits

..

1 Commits

Author SHA1 Message Date
6c26ce6588
Add database creation script 2020-01-02 21:37:34 +01:00

View File

@ -16,5 +16,4 @@ Q3="GRANT ALL PRIVILEGES ON $1.* TO $2@localhost;"
Q4="FLUSH PRIVILEGES;"
SQL="${Q1}${Q2}${Q3}${Q4}"
$MYSQL -uroot -p -e "$SQL"