Note
This variable is for MySQL 5.7 compatibility. The related feature is not supported. You can query and set this variable. However, the setting does not take effect and no error is returned.
Description
init_connect specifies a string to be executed for each client connection. The string consists of one or more SQL statements separated by semicolons.
Attributes
| Attribute | Description |
|---|---|
| Type | Varchar |
| Scope | Global |
| Modifiable | Yes. You can execute the SET statement to modify the value. |