Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-connection-compression-xdevapi.html
Connector/J supports data compression for X DevAPI connections when working with MySQL Server 8.0.19 and later. Out of all the compression algorithms now supported by MySQL Server for X DevAPI connections, Connector/J provides out-of-the-box ...The ...General details about this feature can be found in Connection Compression with X ...
https://dev.mysql.com/doc/refman/8.4/en/charset-database.html
The CHARACTER SET and COLLATE clauses make it possible to create databases with different character sets and collations on the same MySQL server. For LOAD DATA statements that include no CHARACTER SET clause, the server uses the character set ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-priority-based-filtering.html
Consider a server started with these settings: [mysqld] log_error_verbosity=2 # error and warning messages only log_error_suppression_list='ER_PARSER_TRACE,MY-010001,10002' In this case, log_error_verbosity permits messages with ERROR or WARNING ...
https://dev.mysql.com/doc/refman/8.4/en/show-engines.html
SHOW [STORAGE] ENGINES SHOW ENGINES displays status information about the server's storage engines. For information about MySQL storage engines, see Chapter 17, The InnoDB Storage Engine, and Chapter 18, Alternative Storage Engines. row ...This is ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-partial-options.html
Default: with-minimum-locking To use the --use-tts option, extra privileges are required of the user through which mysqlbackup connects to the server; see Section 4.1.2, “Grant MySQL Privileges to Backup Administrator” for details. mysqlbackup ... To select specific data to be backed up or restored, use the partial backup and restore options described in this ...
https://dev.mysql.com/doc/connectors/en/connector-j-binary-installation.html
Configuring Connector/J for Application Servers To use MySQL Connector/J with an application server such as GlassFish or Tomcat, read your vendor's documentation for information on how to configure third-party class libraries, as most application ...
https://dev.mysql.com/doc/internals/en/connection-phase.html
At this stage client can request SSL connection, in which case an SSL communication channel is established before client sends its authentication response. Note In case the server sent a ERR packet as first packet it will happen before the client ...
https://dev.mysql.com/doc/connector-j/en/connector-j-binary-installation.html
Configuring Connector/J for Application Servers To use MySQL Connector/J with an application server such as GlassFish or Tomcat, read your vendor's documentation for information on how to configure third-party class libraries, as most application ...
https://dev.mysql.com/doc/refman/8.4/en/change-replication-filter.html
Filters set using this statement differ from those set using the server options in two key respects: The statement does not require restarting the server to take effect, only that the replication SQL thread be stopped using STOP REPLICA SQL_THREAD ...The effects of the statement are not persistent; any filters set using CHANGE REPLICATION FILTER are lost following a restart of the replica ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-backups.html
We assume that the replication servers have already been configured as covered previously (see Section 25.7.5, “Preparing the NDB Cluster for Replication”, and the sections immediately following). This method requires that the cluster backup ...