Как подключить sqlalchemy к MySQL и развернуть его
mysqlclient==1.4.2.post1
# Install this first and then use the line
app.config['SQLALCHEMY_DATABASE_URI'] = 'mysql://<username>:<password>@<host>/<dbname>'
Cute Capuchin