The configuration community:
init_connect
Information
A string to be executed by the server for each client that connects. The string consists of one or more SQL statements. To specify multiple statements separate them by semicolon characters. For example each client begins by default with autocommit mode enabled. There is no global system variable to specify that autocommit should be disabled by default but init_connect can be used to achieve the same effect:
Syntax
Example



