Updateded README and createdb
This commit is contained in:
parent
c29b1b1861
commit
9c0f6d56a8
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -15,3 +15,5 @@ then
|
|||
echo "Usage: $0 dbname dbuser dbpass"
|
||||
exit $E_BADARGS
|
||||
fi
|
||||
|
||||
$MYSQL -u root -p -e "$SQL"
|
||||
|
|
|
|||
Loading…
Reference in New Issue