# File lib/tramp/evented_mysql.rb, line 162
  def close
    @connected = false
    fd = detach
    log 'detached fd', fd
  end