database.yml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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: fohow_statement
  16. pool: 5
  17. username: root
  18. password: fohow123!@#
  19. host: 127.0.0.1
  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: d5c_statement
  28. pool: 5
  29. username: d5c
  30. password: D5ctesting
  31. host: d5ctestingdb.mysql.rds.aliyuncs.com
  32. production:
  33. adapter: mysql2
  34. encoding: utf8
  35. reconnect: false
  36. database: d5c_statement
  37. pool: 30
  38. username: d5c
  39. password: D5cmima1000
  40. port: 3306
  41. host: rm-wz9a1t4i8jir99284235.mysql.rds.aliyuncs.com