Skip to content
Advertisement

java.sql.SQLException: Unknown system variable ‘query_cache_size’

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

JavaScript

I have file application.properties here

JavaScript

Mysql workbench is 8.0 version

Advertisement

Answer

query_cache_size was removed in MySQL 8. Check the docs.

It works with JDBC driver 5.1.44.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement