您的位置:首页 > 产品设计 > UI/UE

No suitable driver found for jdbc:mysql:URL

2011-03-26 22:44 507 查看
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();
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: