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

Merge pull request #30346 from yhirano55/fix_broken_link_to_mysql_docs_in_database_yml

Fix broken link to mysql docs in database.yml [ci skip]
This commit is contained in:
Ryuta Kamizono 2017-08-22 00:53:57 +09:00 committed by GitHub
commit c20b40c532
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