When I launch a Flask application that uses Flask-SQLAlchemy, it seems that Flask-SQLAlchemy is conducting a session, and when I issue a MySQL command, for example, to the add column of the change table, in the MySQL client terminal, the commands cannot be executed until I exit Flask applications.
Does anyone have a similar experience? How can I issue commands to the MySQL client without interrupting the Flask application?
hllau source share