Search Results
https://dev.mysql.com/doc/refman/8.4/en/faqs-mysql-cluster.html
You can determine whether your MySQL Server has NDB support using one of the statements SHOW VARIABLES LIKE 'have_%', SHOW ENGINES, or SHOW PLUGINS. In the following section, we answer questions that are frequently asked about MySQL NDB Cluster and ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-information-schema-tables.html
These tables are available only if the appropriate firewall plugins are enabled. The following sections describe the INFORMATION_SCHEMA tables associated with MySQL Enterprise Firewall (see Section 8.4.7, “MySQL Enterprise Firewall”).
https://dev.mysql.com/doc/refman/8.4/en/fulltext-boolean.html
The minimum and maximum word length full-text parameters apply to FULLTEXT indexes created using the built-in FULLTEXT parser and MeCab parser plugin. MySQL can perform boolean full-text searches using the IN BOOLEAN MODE modifier. With this ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-restrictions.html
A character-based ngram full-text parser that supports Chinese, Japanese, and Korean (CJK), and a word-based MeCab parser plugin that supports Japanese are provided for use with InnoDB and MyISAM tables. Full-text searches are supported for InnoDB ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-stopwords.html
This default behavior does not apply to the ngram parser plugin. 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 ...
https://dev.mysql.com/doc/refman/8.4/en/general-information-schema-tables.html
These are the tables not associated with particular storage engines, components, or plugins. The following sections describe what may be denoted as the “general” set of INFORMATION_SCHEMA tables.
https://dev.mysql.com/doc/refman/8.4/en/grant.html
Proxying requires that the proxy user authenticate through a plugin that returns the name of the proxied user to the server when the proxy user connects, and that the proxy user have the PROXY privilege for the proxied user. [WITH GRANT OPTION] [AS ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-bootstrap.html
The same reasoning applies to stopping and restarting the plugin with this option set to ON. The process of starting a group for the first time is called bootstrapping. The bootstrap should only be done by a single server, the one that starts the ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-configuring-consistency-guarantees.html
Although the Transaction Synchronization Points section explains that conceptually there are two synchronization points from which you can choose: on read or on write, these terms were a simplification and the terms used in Group Replication are: ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-deploying-in-single-primary-mode.html
Figure 20.7 Group Architecture This tutorial explains how to get and deploy MySQL Server with the Group Replication plugin, how to configure each server instance before creating a group, and how to use Performance Schema monitoring to verify that ...