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

后端 未结 10 880
再見小時候
再見小時候 2020-12-06 04:28

I have a app running with JDBC and get data from MySQL, but I can\'t build it because of this error :

java.sql.SQLException: Unknown system variable \'query         


        
10条回答
  •  萌比男神i
    2020-12-06 04:58

    Ok so what I did as metioned above. I just added the mysql-connector-java-5.1.4 to build path and ran the project on my server and connected fine to mysql

提交回复
热议问题