Guest User

Untitled

a guest
Sep 5th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. How to connect lift and MySQL?
  2. db.driver=com.mysql.jdbc.Driver
  3. db.url=jdbc:mysql://localhost/your_db_name
  4. db.user=user
  5. db.password=password
Add Comment
Please, Sign In to add comment