Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.24 KB | None | 0 0
  1. # To change this template, choose Tools | Templates
  2. # and open the template in the editor.
  3.  
  4. # Driver do banco
  5. driver = com.mysql.jdbc.Driver
  6.  
  7. # URL
  8. url = jdbc:mysql://localhost:3306/athram
  9.  
  10. # Usuário
  11. user = root
  12.  
  13. # Senha
  14. pass = root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement