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

mysql adapter port is an integer

This commit is contained in:
Xavier Noria 2008-05-04 23:35:11 +02:00
parent 8432415d59
commit 225212097e

View file

@ -147,7 +147,7 @@ module ActiveRecord
# Options:
#
# * <tt>:host</tt> - Defaults to "localhost".
# * <tt>:port</tt> - Defaults to "3306".
# * <tt>:port</tt> - Defaults to 3306.
# * <tt>:socket</tt> - Defaults to "/tmp/mysql.sock".
# * <tt>:username</tt> - Defaults to "root"
# * <tt>:password</tt> - Defaults to nothing.