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