Advertisement
Guest User

Untitled

a guest
Oct 11th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. GRANT ALL PRIVILEGES ON testdb_development.* TO 'rails_user'@'localhost' IDENTIFIED BY 'test';
  2.  
  3. adapter: mysql2
  4. encoding: utf8
  5. pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
  6. username: rails_user
  7. password: test
  8. host: localhost
  9.  
  10. rails db:schema:dump
  11.  
  12. rails aborted!
  13. Mysql2::Error: Access denied for user 'rails_user'@'172.20.0.1' (using password: YES)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement