Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. static final String JDBC_DRIVER = "org.mariadb.jdbc.Driver";
  2. //static final String DB_URL = "jdbc:mariadb://localhost/db20";
  3. static final String DB_URL = "jdbc:mysql://localhost/db20?";
  4. // Database credentials
  5. static final String USER = "mikko20";
  6. static final String PASS = "kt123456";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement