Search Results
https://dev.mysql.com/doc/refman/8.4/en/component-loading.html
Compared to the corresponding INSTALL PLUGIN statement for server plugins, the INSTALL COMPONENT statement for components offers the significant advantage that it is not necessary to know any platform-specific file name suffix for naming the ...
https://dev.mysql.com/doc/refman/8.4/en/create-function-loadable.html
This directory is given by the value of the plugin_dir system variable. Unlike the mysql.func table, the user_defined_functions table also lists loadable functions installed automatically by server components or plugins. CREATE [AGGREGATE] FUNCTION ...
https://dev.mysql.com/doc/refman/8.4/en/data-directory-initialization.html
Note The default authentication plugin is caching_sha2_password, and the 'root'@'localhost' administrative account uses caching_sha2_password by default. mysql_native_password (the default authentication plugin prior to MySQL 8.0) is still supported ... After MySQL is installed, the data directory must be initialized, including the tables in the mysql system schema: For some MySQL installation methods, data directory initialization is automatic, as described in Section 2.9, “Postinstallation Setup and ...
https://dev.mysql.com/doc/refman/8.4/en/data-masking.html
Note MySQL Enterprise Data Masking and De-Identification was implemented originally in MySQL as a plugin library. For information about the similarities and differences, see Table 8.45, “Comparison Between Data-Masking Components and Plugin ...
https://dev.mysql.com/doc/refman/8.4/en/drop-function-loadable.html
DROP FUNCTION cannot be used to drop a loadable function that is installed automatically by components or plugins rather than by using CREATE FUNCTION. Such a function is also dropped automatically, when the component or plugin that installed it is ... DROP FUNCTION [IF EXISTS] function_name This statement drops the loadable function named ...
https://dev.mysql.com/doc/refman/8.4/en/fips-mode.html
This includes replication (source/replica and Group Replication) and X Plugin, which run within the server. FIPS mode on the server side applies to cryptographic operations performed by the server, including those performed by MySQL Replication ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-search.html
MySQL provides a built-in full-text ngram parser that supports Chinese, Japanese, and Korean (CJK), and an installable MeCab full-text parser plugin for Japanese. Parsing differences are outlined in Section 14.9.8, “ngram Full-Text Parser”, and ... MATCH (col1,col2,...) AGAINST (expr [search_modifier]) search_modifier: { IN NATURAL LANGUAGE MODE | IN NATURAL LANGUAGE MODE WITH QUERY EXPANSION | IN BOOLEAN MODE | WITH QUERY EXPANSION } MySQL has support for full-text indexing and searching: A full-text index in MySQL is an index of type ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-configuring-ssl-for-recovery.html
If a remote cloning operation is used as part of distributed recovery, Group Replication automatically configures the clone plugin's SSL options to match your settings for the distributed recovery SSL options. (For details of how the clone plugin ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-fine-tuning-the-group-communication-thread.html
The group communication thread (GCT) runs in a loop while the Group Replication plugin is loaded. The GCT receives messages from the group and from the plugin, handles quorum and failure detection related tasks, sends out some keep alive messages ...By configuring this wait to be a little longer (doing an active wait) before actually going to sleep can prove to be beneficial in some ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-getting-started.html
MySQL Group Replication is provided as a plugin for the MySQL server; each server in a group requires configuration and installation of the plugin. This section provides a detailed tutorial with the steps required to create a replication group with ...