Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.partial.html
Here are some general requirements for performing a TLR or partial restore: The destination server must be running. The required parameters for connecting to the server (port number, socket name, etc.) are provided as command-line options for ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-encrypted-connections.html
By default, MySQL programs attempt to connect using encryption if the server supports encrypted connections, falling back to an unencrypted connection if an encrypted connection cannot be established (see Configuring MySQL to Use Encrypted ... This ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-connect-dns-srv.html
mysql_real_connect_dns_srv() is similar to mysql_real_connect(), except that the argument list does not specify the particular host of the MySQL server to connect to. Instead, it names a DNS SRV record that specifies a group of servers. For ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-28.html
It is suitable for use with MySQL Server versions 8.0 and 5.7. Using TLSv1.3 requires that the server be compiled with OpenSSL 1.1.1 or higher and Connector/J be run with a JVM that supports TLSv1.3 (for example, Oracle Java 8u261 and above). (Bug ... Version 8.0.28 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-events-statements-current-table.html
To change this value, set the performance_schema_max_sql_text_length system variable at server startup. The table stores one row per thread showing the current status of the thread's most recent monitored statement event, so there is no system ...Of ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-61.html
Server Variable Groupings Variables can now be organized using custom groupings in the Status and System Variables Management tab. New Navigator PERFORMANCE Section Server Variable Groupings SQL Editor Views Home Screen Features Visual Explain Table ...Figure 1.19 Performance Dashboard Performance Reports Performance schema based reports that provide insight into the operation of the MySQL server through many high-level ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-stopwords.html
The stopword list is loaded and searched for full-text queries using the server character set and collation (the values of the character_set_server and collation_server system variables). (See Section 7.1.8, “Server System Variables”.) The ...
https://dev.mysql.com/doc/refman/8.4/en/charset-database.html
If there is no default database, the variables have the same value as the corresponding server-level system variables, character_set_server and collation_server. For LOAD DATA statements that include no CHARACTER SET clause, the server uses the ...
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-installation.html
To be usable by the server, the plugin library file must be located in the MySQL plugin directory (the directory named by the plugin_dir system variable). For example: mysql> SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = ...
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-operation.html
The thread pool exposes system variables that may be used to configure its operation: thread_pool_algorithm: The concurrency algorithm to use for scheduling. To configure the number of thread groups, use the thread_pool_size system variable. The ...