Advertisement
Guest User

MySQL.java

a guest
Feb 19th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1.     public static String host = "localhost";
  2.     public static String port = "3306";
  3.     public static String database = "root";
  4.     public static String username = "root";
  5.     public static String password = "if7awge78fwgi87tf87gsfiagb8f76AZSD2783asdhADg7837tgabjszhd";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement