1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix broken link to mysql docs in database.yml [ci skip]

This commit is contained in:
Yoshiyuki Hirano 2017-08-22 00:05:22 +09:00
parent 3580edc9fa
commit bd7b61aefb
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
# gem 'activerecord-jdbcmysql-adapter' # gem 'activerecord-jdbcmysql-adapter'
# #
# And be sure to use new-style password hashing: # And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.7/en/old-client.html # https://dev.mysql.com/doc/refman/5.7/en/password-hashing.html
# #
default: &default default: &default
adapter: mysql adapter: mysql

View file

@ -7,7 +7,7 @@
# gem 'mysql2' # gem 'mysql2'
# #
# And be sure to use new-style password hashing: # And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.7/en/old-client.html # https://dev.mysql.com/doc/refman/5.7/en/password-hashing.html
# #
default: &default default: &default
adapter: mysql2 adapter: mysql2