提交 5176b288 编写于 作者: R Rizwan Reza 提交者: José Valim

Better MySQL Error message. [#3775 state:resolved]

Signed-off-by: NJosé Valim <jose.valim@gmail.com>
上级 5231e4e8
......@@ -61,7 +61,7 @@ def self.mysql_connection(config) # :nodoc:
begin
require_library_or_gem('mysql')
rescue LoadError
$stderr.puts '!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql.'
$stderr.puts '!!! Please install the mysql gem and try again: gem install mysql.'
raise
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册