Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1. public static void createConnection() {
  2.         try {
  3.             Class.forName("com.mysql.jdbc.Driver").newInstance();
  4.             connection = DriverManager.getConnection("jdbc:mysql://mysql8.000webhost.com/a9913315_phpbb", "a9913315_james", "lolidk");
  5.         } catch (Exception e) {
  6.             e.printStackTrace();
  7.         }
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement