Ticket #8701: add_utf8_encoding_by_default_to_mysql_adapter.diff
| File add_utf8_encoding_by_default_to_mysql_adapter.diff, 0.7 kB (added by matt, 2 years ago) |
|---|
-
railties/configs/databases/mysql.yml
old new 13 13 # http://dev.mysql.com/doc/refman/5.0/en/old-client.html 14 14 development: 15 15 adapter: mysql 16 encoding: utf8 16 17 database: <%= app_name %>_development 17 18 username: root 18 19 password: … … 27 28 # Do not set this db to the same as development or production. 28 29 test: 29 30 adapter: mysql 31 encoding: utf8 30 32 database: <%= app_name %>_test 31 33 username: root 32 34 password: … … 38 40 39 41 production: 40 42 adapter: mysql 43 encoding: utf8 41 44 database: <%= app_name %>_production 42 45 username: root 43 46 password: