`
gaofen100
  • 浏览: 1187605 次
文章分类
社区版块
存档分类
最新评论

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();

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics