Guest User

Untitled

a guest
Sep 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. cat /opt/bitnami/apps/redmine/htdocs/config/database.yml
  2.  
  3. production:
  4. adapter: mysql2
  5. database: bitnami_redmine
  6. host: localhost
  7. username: bitnami
  8. password: xxxxxxxx(秘密)
  9. xxxxxx
  10.  
  11. > mysql -u bitnami -h localhost -D bitnami_redmine -p
Add Comment
Please, Sign In to add comment