ponchisao326
JCHJava Community | Help. Code. Learn.
•Created by ponchisao326 on 11/4/2024 in #java-help
MYSQL Connector Driver Issue
Hi, I'm trying to implement an sql database, but I'm only getting the "No suitable driver found", anyone knows why it could be?
implementation group: 'com.mysql', name: 'mysql-connector-j', version: '9.1.0'
Caused by: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/name?user=user&password=password60 replies
JCHJava Community | Help. Code. Learn.
•Created by ponchisao326 on 10/29/2024 in #java-help
MYSQL Connector Driver Issue
Hi, I'm trying to implement an sql database, but I'm only getting the "No suitable driver found", anyone knows why it could be?
implementation group: 'com.mysql', name: 'mysql-connector-j', version: '9.1.0'
Caused by: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/name?user=user&password=password4 replies