Guest User

Untitled

a guest
Apr 13th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # In trying to follow the blog screencast example we have
  2. # this database.yml but with the addition of a password
  3. # which doesn't seem to be working at the moment:
  4.  
  5. development:
  6. adapter: mysql
  7. host: localhost
  8. database: blog_development
  9. username: root
  10. password: blah
  11. socket: /tmp/mysql.sock
  12.  
  13. test:
  14. adapter: mysql
  15. host: localhost
  16. database: blog_test
  17. username: root
  18. password: blah
  19. socket: /tmp/mysql.sock
  20.  
  21. production:
  22. development
Add Comment
Please, Sign In to add comment