LoginSignup
0
0

More than 3 years have passed since last update.

pymysql.err.OperationalError: (1193, "Unknown system variable 'tx_isolation'")

Posted at

sqlalchemy 利用時にMySQLに接続できなくなった場合

  • sqlalchemyの再インストール
% pip uninstall sqlalchemy 
% pip install sqlalchemy 

MySQLのバージョンを5.x系から8.x系にあげた場合などに起こるようです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0