mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
MySQL version 4.1 was EOL on December 31, 2009
We should at least recommend modern versions of MySQL to users.
This commit is contained in:
parent
e176353b71
commit
7d414eaa9c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# MySQL. Versions 4.1 and 5.0 are recommended.
|
||||
# MySQL. Versions 5.0+ are recommended.
|
||||
#
|
||||
# Install the MYSQL driver
|
||||
# gem install mysql2
|
||||
|
|
Loading…
Reference in a new issue