Guest User

Untitled

a guest
Aug 3rd, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.69 KB | None | 0 0
  1. domain: coep.diaspune.net
  2. mysql database name: coepdiaspora
  3. mysql url: boatclub.coep.diaspune.net
  4. mysql uname: podcoep
  5. mysql pwd: rowrowrow
  6.  
  7. config/database.yml:
  8. mysql: &mysql
  9.   adapter: mysql2
  10.   host: "boatclub.coep.diaspune.net"
  11.   port: 3306
  12.   username: "podceop"
  13.   password: "rowrowrow"
  14.   socket: /tmp/mysql.sock
  15.   charset: utf8
  16.   collation: utf8_bin
  17.  
  18. $mysql -u podcoep -p -h boatclub.coep.diaspune.net
  19. mysql>
  20.  
  21. [haldus]$ RAILS_ENV=production ~/.gems/bin/bundle exec rake db:migrate
  22. Rack::SSL is enabled
  23. rake aborted!
  24. Access denied for user 'podceop'@'haldus.dreamhost.com' (using password: YES)
  25.  
  26. Tasks: TOP => db:migrate => environment
  27. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment