I am having issues with connecting Amazon AWS MySQL with SQLAlchemy. According to the instruction, I have connected.
app.config[\'SQLALCHEMY_DATABASE_URI\'] = \'
Above issues has been solved with the following:
import pymysql pymysql.install_as_MySQLdb()
Nothing to change anywhere.