Advertisement
Guest User

Untitled

a guest
Oct 7th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public synchronized static void createConnection() {
  2. try {
  3. Class.forName("com.mysql.jdbc.Driver").newInstance();
  4. //conn = DriverManager.getConnection("jdbc:mysql://riotscape.com/riot_forum", "riot_forum", "ryan16");
  5. //Misc.println("MySQL Connected");
  6. }
  7. catch(Exception e) {
  8. //e.printStackTrace();
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement