Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. development:
  2. adapter: mysql2
  3. encoding: utf8
  4. reconnect: false
  5. database: myapp
  6. pool: 25
  7. username: root
  8. password:
  9. host: 127.0.0.1
  10. strict: false
  11.  
  12. ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '';
  13.  
  14. $ cat ~/.my.cnf
  15. [client]
  16. user=root
  17. password=''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement