warpgate icon indicating copy to clipboard operation
warpgate copied to clipboard

mysql target: mysql-connector-j + waprgate issue

Open clementmoulin opened this issue 1 year ago • 0 comments

Hi !

I'm using DBeaver (using mysql-connector-j) to access mySQL, and encoutering an issue when using warpgate.

Connecting directly => no issue. Connecting through warpgate, i'm getting the following error: Unknown system variable 'query_cache_size'

After some research, I found this is probably because mysql-connector-j is not able to detect correct mySQL server version, and try to get an obsolete parameter "query_cache_size" (removed in 8.0.3).

Thanks for your work and your help !

clementmoulin avatar Feb 16 '24 17:02 clementmoulin