# File lib/thinking_sphinx/connection/jruby.rb, line 6
  def initialize(options)
    options.delete :socket

    super

    @address = "jdbc:mysql://#{@options[:host]}:#{@options[:port]}/?allowMultiQueries=true"
  end