View Single Post
  #6  
Old 08-31-2009, 01:02 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,583
The MySQL connection is because in your App initilization code accessing DB.

It is due to internal change in Rails,
Quote:
ActiveRecord::Base.clear_active_connections! if defined?(ActiveRecord::Base)
used to be able to close MySQL connection, but cannot with your version of Rails.

Restart does not matter.
Reply With Quote