Guest User

Untitled

a guest
Oct 22nd, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. mysql -uroot -p<password>
  2.  
  3. development:
  4. adapter: mysql2
  5.  
  6. encoding: utf8
  7.  
  8. reconnect: false
  9.  
  10. database: gi_development
  11.  
  12. pool: 5
  13.  
  14. username: root
  15.  
  16. password: <pwd>
Add Comment
Please, Sign In to add comment