Search



Search Results
Displaying 301 to 310 of 753 total results
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/database-connection-example.html
The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish logical sessions to MySQL server instances running the X Plugin. Sessions are produced by the ...
https://dev.mysql.com/doc/heatwave/en/heatwave-errors.html
Workaround: Verify that HeatWave plugin state is in the correct, ready state. Error number: 1028; Symbol: HW_ER_PLUGIN_NOT_READY Message: HeatWave plugin is not in READY state, yet. Description: For the HeatWave plugin to be usable, it must be in ...
https://dev.mysql.com/doc/heatwave/en/heatwave-status-variables.html
For example: +-------------------------+-------+ | Variable_name | Value | +-------------------------+-------+ | rapid_n_external_tables | 2 | +-------------------------+-------+ rapid_plugin_bootstrapped The bootstrap mode for the MySQL HeatWave ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-9.html
(WL #10152) Connector/J now supports the new caching_sha2_password authentication plugin, which is the default authentication plugin for MySQL 8.0.4 and later (see Caching SHA-2 Pluggable Authentication for details). Note To authenticate accounts ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-reference.html
Any keyring component or plugin can be used; for instructions, see Section 8.4.5, “The MySQL Keyring”. Any keyring component or plugin can be used; for instructions, see Section 8.4.5, “The MySQL Keyring”. For details about how the audit log ...Audit Log Tables MySQL Enterprise Audit uses tables in the mysql system database for persistent storage of filter and user account ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/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/9.7/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/9.7/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 ...
Displaying 301 to 310 of 753 total results