class ActiveRecord::ConnectionAdapters::Mysql2Adapter

def connect

def connect
  @connection = self.class.new_client(@config)
  configure_connection
end