Guest User

Untitled

a guest
Mar 3rd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ## The problem:
  2. $ rake db:migrate
  3. (in ...)
  4. rake aborted!
  5. #28000Access denied for user 'root'@'localhost' (using password: YES)
  6.  
  7. ## database.yml
  8. development:
  9. adapter: mysql
  10. database: foo_development
  11. host: localhost
  12. username: root
  13. password: root
  14.  
  15. ## can login from cmd line
  16. $ mysql -u root -p foo_development
  17. Enter password:
  18. Welcome to the MySQL monitor. Commands end with ; or \g.
Add Comment
Please, Sign In to add comment