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

前端 未结 3 847
时光取名叫无心
时光取名叫无心 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:41

    I had a same problem. I upgraded my MySql Connector and solved my issue. try to use version 8 , like this:

    
    
        mysql
        mysql-connector-java
        8.0.13
    
    

提交回复
热议问题