Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-authentication.html
Since Version 8.0.28 authenticationPlugins Comma-delimited list of classes that implement the interface 'com.mysql.cj.protocol.AuthenticationPlugin'. Since Version 5.1.19 disabledAuthenticationPlugins Comma-delimited list of authentication plugins ...If none is specified, it is authentication plugin dependent what user name is ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-performance-extensions.html
Default Value com.mysql.cj.PerConnectionLRUFactory Since Version 5.1.1 serverConfigCacheFactory Name of a class implementing 'com.mysql.cj.CacheAdapterFactory', which will be used to create caches for MySQL server configuration values.
https://dev.mysql.com/doc/connector-j/en/connector-j-installing-maven.html
For example: <dependency> <groupId>com.mysql</groupId> <artifactId>mysql-connector-j</artifactId> <version>x.y.z</version> <exclusions> <exclusion> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> </exclusion> ... You ...
https://dev.mysql.com/doc/connector-j/en/connector-j-query-attributes.html
Connector/J supports Query Attributes when it has been enabled on the server by installing the query_attributes component (see Prerequisites for Using Query Attributes for details). Attributes are set for a query by using the setAttribute() method ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-dns-srv.html
For information about DNS SRV support in MySQL, see Connecting to the Server Using DNS SRV Records. When multiple MySQL instances provide the same service for your applications, DNS SRV records can be used to provide failover, load balancing, and ...
https://dev.mysql.com/doc/refman/8.4/en/account-locking.html
MySQL supports locking and unlocking user accounts using the ACCOUNT LOCK and ACCOUNT UNLOCK clauses for the CREATE USER and ALTER USER statements: When used with CREATE USER, these clauses specify the initial locking state for a new account. In ...
https://dev.mysql.com/doc/refman/8.4/en/adding-collation-simple-8bit.html
This section describes how to add a simple collation for an 8-bit character set by writing the <collation> elements associated with a <charset> character set description in the MySQL Index.xml file. You can check the variable value as follows, ...
https://dev.mysql.com/doc/refman/8.4/en/alter-instance.html
ALTER INSTANCE instance_action instance_action: { | {ENABLE|DISABLE} INNODB REDO_LOG | ROTATE INNODB MASTER KEY | ROTATE BINLOG MASTER KEY | RELOAD TLS [FOR CHANNEL {mysql_main | mysql_admin}] [NO ROLLBACK ON ERROR] | RELOAD KEYRING } ALTER ...The ...
https://dev.mysql.com/doc/refman/8.4/en/audit-api-message-emit.html
For concreteness, examples use the audit_log plugin described in Section 8.4.5, “MySQL Enterprise Audit”. Installing or Uninstalling the Audit Message Component Audit Message Function Installing or Uninstalling the Audit Message Component To be ... The audit_api_message_emit component enables applications to add their own message events to the audit log, using the audit_api_message_emit_udf() ...
https://dev.mysql.com/doc/refman/8.4/en/binary-log-transaction-compression.html
MySQL supports binary log transaction compression; when this is enabled, transaction payloads are compressed using the zstd algorithm, and then written to the server's binary log file as a single event (a Transaction_payload_event). Compressed ...