Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. resources.db.adapter = "PDO_MYSQL"
  2. resources.db.params.host = "localhost"
  3. resources.db.params.username = "your username"
  4. resources.db.params.password = "your password"
  5. resources.db.params.dbname = "your table"
  6. resources.db.isDefaultTableAdapter = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement