Fix rails dbconsole for jdbcmysql adapter.

This commit is contained in:
Gabriel Gilder and Jim Kingdon 2014-05-05 14:55:48 -07:00
parent b6bab2af14
commit dac5399af0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module Rails
ENV['RAILS_ENV'] = options[:environment] || environment
case config["adapter"]
when /^mysql/
when /^(jdbc)?mysql/
args = {
'host' => '--host',
'port' => '--port',