Skip to content

Commit

Permalink
Better MySQL Error message. [#3775 state:resolved]
Browse files Browse the repository at this point in the history
Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
rizwanreza authored and josevalim committed Mar 26, 2010
1 parent 5231e4e commit 5176b28
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 5176b28

Please sign in to comment.