I have a problem with JDBC, I try to connect my java project to a MySQL database, and I get this error:
No suitable driver found for jdbc:mysql://localhost::3306/gestionpersonnel?serverTimezone=UTC
I have a problem with JDBC, I try to connect my java project to a MySQL database, and I get this error:
No suitable driver found for jdbc:mysql://localhost::3306/gestionpersonnel?serverTimezone=UTC
you need to have the mysql driver (jar libs) on your classpath -
see https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-installing.html and select based on you setup