#MYSQL Connector Driver Issue
13 messages · Page 1 of 1 (latest)
you need a jdbc driver
download the platform independent jar here https://dev.mysql.com/downloads/connector/j/
already done but with no result

I've implemented it with gradle and via adding it to intellij idea libraries
I swear I'm getting crazy
could be an issue w/ gradle
implementation files('libs/mysql-connector-j-9.1.0.jar')
ask in #mod-dev-gradle-ides, share your build.gradle
Okay, tysm
from looking through old messages here, try adding include to the dep config
okay, would try but, to be honest, I tryed that type of things