Updateded README and createdb

This commit is contained in:
Simon 2017-08-28 12:05:32 +02:00
parent c29b1b1861
commit 9c0f6d56a8
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# besin_site
sudo apt install mysql-server mysql-client libmyssqlclient-dev python-mysqldb
Bra länk: https://scotch.io/tutorials/build-a-crud-web-app-with-python-and-flask-part-two

View File

@ -15,3 +15,5 @@ then
echo "Usage: $0 dbname dbuser dbpass"
exit $E_BADARGS
fi
$MYSQL -u root -p -e "$SQL"