Guest User

Untitled

a guest
Jun 10th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # Account information for your database
  2. user = root
  3. password = [Not Going To Give Out]
  4.  
  5. # JDBC URL to your database
  6. url=jdbc:mysql://localhost:3306/odinms
  7.  
  8. # Class name of your JDBC driver
  9. driver=com.mysql.jdbc.Driver
Add Comment
Please, Sign In to add comment