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:
parent
3580edc9fa
commit
bd7b61aefb
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# gem 'activerecord-jdbcmysql-adapter'
|
||||
#
|
||||
# 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
|
||||
adapter: mysql
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# gem 'mysql2'
|
||||
#
|
||||
# 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
|
||||
adapter: mysql2
|
||||
|
|
Loading…
Reference in a new issue