This message was deleted.
# dev
s
This message was deleted.
c
i used to do much of my local debugging with mysql 8 before i switched to postgres
iirc you just need to swap out the client jars
not sure if we have an official stance on it
m
I noticed the mysql-connector-java is 5.1.49. Not sure if that is compatible with mysql server running 8.0.31
c
yeah, you need the 8 connector
we don’t actually bundle any mysql connector because it is gpl licensed
we just have that version specified because the tests run against it
we probably need to switch this because iirc mysql 5.x is eol in october
m
Our netflix build do bundle mysql-connector-java-5.1.38.jar with our Druid
c
er
m
i mean
c
oh you mean the one you build?
m
We as in our company
c
the apache distribution should not have it 😅
ok cool
afaik it should be fine to just swap it out with the connector/j 8.x
that’s all i remember having to do
m
👍
c
maybe test it first though since its been like a year+ since i last tried 😛
m
replaced with connector/j 8.x and seems like everything working 👍
c
rad