Guest User

Untitled

a guest
Dec 21st, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
  2.  
  3. Class.forName("com.mysql.jdbc.Driver");
  4. Connection con = DriverManager.getConnection("jdbc:mysql://gino-bot:europe-west1:ginodb/ginodb",
  5. "Admin", "2222");
Add Comment
Please, Sign In to add comment