Permit defined collation used for connection. This will define the charset encoding used for exchanges with database and defines the order used when comparing strings. It's mainly used for micro-optimizations (Default: 'UTF8MB4_UNICODE_CI')
When enabled, sends information during connection to server
If JSON is set, add JSON key/value to those values.
When Performance Schema is enabled, the server can display client information on each connection.
Name of the database to use for this connection
The password of that MySQL user
The MySQL user to authenticate as
Generated using TypeDoc
Protocol character set used with the server. Connection collation will be the default collation associated with charset. It's mainly used for micro-optimizations. The default is often enough. for example, 'UTF8MB4', 'CP1250'. (default 'UTF8MB4')