nerdexam
Oracle

1Z0-882 · Question #45

Using the MYSQL command -Line client you have received the error "Lost connection to MYSQL server query" Which three are possible causes of the error?

The correct answer is B. The network connection was interrupted during query execution. E. The client sent an erroneous query to the server causing the connection to be closed. F. The server interrupted client connection after max-connect-errors was achieved. See the full explanation below for the reasoning.

Question

Using the MYSQL command -Line client you have received the error "Lost connection to MYSQL server query" Which three are possible causes of the error?

Options

  • AThe MYSQL server stopped working during query execution.
  • BThe network connection was interrupted during query execution.
  • CThe connection that issued the query was killed.
  • DThe client connection stayed idle for longer than interactive -timeout seconds and was closed.
  • EThe client sent an erroneous query to the server causing the connection to be closed.
  • FThe server interrupted client connection after max-connect-errors was achieved.

How the community answered

(36 responses)
  • A
    8% (3)
  • B
    75% (27)
  • C
    6% (2)
  • D
    11% (4)

Community Discussion

No community discussion yet for this question.

Full 1Z0-882 Practice