database.yml 998 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # MySQL. Versions 4.1 and 5.0 are recommended.
  2. #
  3. # Install the MYSQL driver
  4. # gem install mysql2
  5. #
  6. # Ensure the MySQL gem is defined in your Gemfile
  7. # gem 'mysql2'
  8. #
  9. # And be sure to use new-style password hashing:
  10. # http://dev.mysql.com/doc/refman/5.0/en/old-client.html
  11. development:
  12. adapter: mysql2
  13. encoding: utf8
  14. reconnect: false
  15. database: test_fohow
  16. pool: 5
  17. username: root
  18. password: fohowabc$#@
  19. host: 47.52.141.54
  20. # Warning: The database defined as "test" will be erased and
  21. # re-generated from your development database when you run "rake".
  22. # Do not set this db to the same as development or production.
  23. test:
  24. adapter: mysql2
  25. encoding: utf8
  26. reconnect: false
  27. database: test_fohow
  28. pool: 5
  29. username: root
  30. password: fohow123!@#
  31. host: 47.52.141.54
  32. production:
  33. adapter: mysql2
  34. encoding: utf8
  35. reconnect: false
  36. database: fohow_org
  37. pool: 30
  38. username: vx99mall
  39. password: fohow123!@#
  40. port: 3306
  41. host: rm-wz9pd3e23k8d32t99.mysql.rds.aliyuncs.com