Oracle Database MySQL 5.6 Developer — Question 28

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?

Answer options

Correct answer: B, E, F

Explanation

The correct answers are B, E, and F. Option B is valid because a network interruption can lead to the loss of connection during query execution. Option E is correct since an erroneous query can cause the server to terminate the connection. Option F is also accurate as exceeding max-connect-errors leads to the server closing the connection. Options A, C, and D do not specifically relate to the 'Lost connection' error in the context provided.