Guest User

Untitled

a guest
Aug 1st, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. How to access two mysql databases in same rails application at the same time
  2. production:
  3. adapter: mysql
  4. database: book_production
  5. pool: 5
  6. username: root
  7. password:
  8. development:
  9. adapter: mysql
  10. database: book_development
  11. pool: 5
  12. username: root
  13. password:
Add Comment
Please, Sign In to add comment