Relative Content

Tag Archive for pythonmysqlflaskflask-sqlalchemypymysql

Connect Flask SQL-alchemy with MySQL Database

I have a Flask web app it works fine with PostgreSQL but when I tried to connect it with MySQL database and try to run the migrations, it get me this error:
The error
Here is the SQLALCHEMY_DATABASE_URI that I am using: