Unknown system variable ‘tx_isolation’ [How to Solve]

python   This error occurs when connecting to the MySQL database

Solution:

SQLAlchemy version is too low
Use pip install SQLAlchemy==1.2.3
Install it 1.2.3 is the version number

 

Similar Posts: