Advertisement
Guest User

Untitled

a guest
Sep 16th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Connection connection = DriverManager
  2. .getConnection("jdbc:mysql://localhost:3306/database", properties);
  3.  
  4. java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/database
  5. at java.sql.DriverManager.getConnection(Unknown Source)
  6. at java.sql.DriverManager.getConnection(Unknown Source)
  7. at MessagesServlet.doGet(MyServlet.java:39)
  8. at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
  9. at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
  10. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement