skip to main content
Drivers for 32-Bit and 64-Bit Platforms : The MySQL Wire Protocol Driver : Connection Options Descriptions : Interactive Client
 

Try DataDirect Drivers Now
Interactive Client

Attribute

InteractiveClient (IC)

Purpose

Determines how long a connection can be idle before the server disconnects it.

Valid Values

0 | 1

Behavior

If set to 1 (Enabled), the driver initializes the wait_time session variable for the connection with the value of the global interactive_timeout variable.
If set to 0 (Disabled), the driver initializes the wait_timeout session variable with the value of the global wait_timeout variable.

Notes

*The wait_timeout variable controlled by the Interactive Client option is a session variable that can be modified by the application after the connection has been established. The Interactive Client option controls only the initial value of the wait_timeout session variable.

Default

0 (Disabled)

GUI tab

Advanced tab