MySQL error code
MySQL error 4031
MySQL server error 4031 is ER_CLIENT_INTERACTION_TIMEOUT, reported with SQLSTATE HY000.
The client was disconnected by the server because of inactivity. See wait_timeout and interactive_timeout for configuring this behavior.
| Error | 4031 |
|---|---|
| Name | ER_CLIENT_INTERACTION_TIMEOUT |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference