Merge branch 'michele.orru/gestioCOF-master'

Deleting a CofProfile => Deleting the associated User
This commit is contained in:
Martin Pépin 2017-01-06 17:00:06 +01:00
commit 672b8727b7
3 changed files with 26 additions and 7 deletions

View file

@ -21,6 +21,7 @@ echo "mysql-server mysql-server/root_password_again password $DBPASSWD" | debcon
apt-get install -y mysql-server
mysql -uroot -p$DBPASSWD -e "CREATE DATABASE $DBNAME; GRANT ALL PRIVILEGES ON $DBNAME.* TO '$DBUSER'@'localhost' IDENTIFIED BY '$DBPASSWD'"
mysql -uroot -p$DBPASSWD -e "CREATE DATABASE test_$DBNAME; GRANT ALL PRIVILEGES ON test_$DBNAME.* TO '$DBUSER'@'localhost'"
# Installation et configuration d'Apache
apt-get install -y apache2