Search Results
https://dev.mysql.com/doc/refman/8.4/en/connection-interfaces.html
Individual server plugins or components may implement their own connection interface: X Plugin enables MySQL Server to communicate with clients using X Protocol. MySQL Enterprise Edition includes a thread pool plugin that provides an alternative ...
https://dev.mysql.com/doc/refman/8.4/en/create-index.html
It associates a parser plugin with the index if full-text indexing and searching operations need special handling. If you have a MyISAM table with an associated full-text parser plugin, you can convert the table to InnoDB using ALTER TABLE. See ...
https://dev.mysql.com/doc/refman/8.4/en/document-store.html
To use MySQL as a document store, you use the following server features: X Plugin enables MySQL Server to communicate with clients using X Protocol, which is a prerequisite for using MySQL as a document store. X Plugin is enabled by default in MySQL ... This chapter introduces an alternative way of working with MySQL as a document store, sometimes referred to as “using ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-search-ngram.html
Note MySQL also provides a MeCab full-text parser plugin for Japanese, which tokenizes documents into meaningful words. n=1: 'a', 'b', 'c', 'd' n=2: 'ab', 'bc', 'cd' n=3: 'abc', 'bcd' n=4: 'abcd' The ngram full-text parser is a built-in server ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-adding-instances.html
[mysqld] # # Disable other storage engines # disabled_storage_engines="MyISAM,BLACKHOLE,FEDERATED,ARCHIVE,MEMORY" # # Replication configuration parameters # server_id=2 gtid_mode=ON enforce_gtid_consistency=ON # # Group Replication configuration # ... At this point, the group has one member in it, server s1, which has some data in ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-metadata.html
To see whether a keyring plugin is loaded, check the Information Schema PLUGINS table or use the SHOW PLUGINS statement (see Section 7.6.2, “Obtaining Server Plugin Information”). If the component loaded but failed to initialize, the value is ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-oci-component.html
component_keyring_oci replaces the keyring_oci plugin (now removed), and makes use of the component infrastructure. Note Only one keyring component or plugin should be enabled at a time. Enabling multiple keyring components or plugins is unsupported ... Note The Oracle Cloud Infrastructure Vault keyring component is included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.4/en/mysqld-safe.html
--plugin-dir=dir_name Command-Line Format --plugin-dir=dir_name Type Directory name The path name of the plugin directory. mysqld_safe is the recommended way to start a mysqld server on Unix. mysqld_safe adds some safety features such as restarting ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-thread-pool-tables.html
The following sections describe the Performance Schema tables associated with the thread pool plugin (see Section 7.6.3, “MySQL Enterprise Thread Pool”). The Performance Schema thread pool tables are implemented by the thread pool plugin and ...
https://dev.mysql.com/doc/refman/8.4/en/server-option-variable-reference.html
The following table lists all command-line options, system variables, and status variables applicable within mysqld. The table lists command-line options (Cmd-line), options valid in configuration files (Option file), server system variables ...