Search



Search Results
Displaying 271 to 280 of 712 total results
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-connect.html
Using RSA Key Pair-Based Password Exchange Over an Unencrypted Connection Clients that authenticate using the caching_sha2_password plugin can connect to the server over an unencrypted connection using RSA key pair-based password exchange. The first ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/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/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/refman/8.4/en/audit-log.html
MySQL Enterprise Edition includes MySQL Enterprise Audit, implemented using a server plugin named audit_log. When installed, the audit plugin enables MySQL Server to produce a log file containing an audit record of server activity. After you install ... Note MySQL Enterprise Audit is an extension included in MySQL Enterprise Edition, a commercial ...
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 ...
Displaying 271 to 280 of 712 total results