java.sql.SQLException: Unknown system variable 'tx_isolation'

前端 未结 3 839
时光取名叫无心
时光取名叫无心 2020-12-19 05:02

I am using play framework and I want to connect db, but I can\'t because I am getting following error:

play.api.Configuration$$anon$1: Configuration error[Ca         


        
3条回答
  •  感情败类
    2020-12-19 05:38

    If you are using MYSQL8, try to show variables like 'transaction_isolation'. Mysql8 has renamed tx_isolation to transaction_isolation.

提交回复
热议问题