No suitable driver found for jdbc:mysql:URL

In order to fix the following issue,

 

Message:   No suitable driver found for jdbc:mysql://135.2.36.162:3306/test?user=JDBC_USER&password=croubo
SQLState:  08001
ErrorCode: 0

 

don't forget to load jdbc driver.

 

Class.forName("com.mysql.jdbc.Driver").newInstance();

你可能感兴趣的:(mysql,jdbc,url)