Search Results
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-types.html
For a description of this architecture, see Overview of MySQL Storage Engine Architecture. Full-Text Parser Plugins MySQL has a built-in parser that it uses by default for full-text operations (parsing text to be indexed, or parsing a query string ... The plugin API enables creation of plugins that implement several capabilities: Loadable functions (UDFs) Storage engines Full-text parsers Daemons INFORMATION_SCHEMA tables Semisynchronous replication Auditing Authentication Password validation and strength checking Protocol tracing Query rewriting Secure keyring storage and retrieval The following sections provide an overview of these plugin ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-overview.html
Using GenAI, you can perform natural-language searches in a single step using either in-database or external large language models (LLMs). You can use the capabilities of the LLM to search data as well as generate or summarize content. However, as ... The GenAI feature of MySQL AI lets you communicate with unstructured data using natural-language ...
https://dev.mysql.com/doc/ndbapi/en/overview-terminology.html
(This is known as forced shutdown or node failure; the other cases discussed here involve manually shutting down the node and restarting it). Abstract This section provides a glossary of terms which are unique to the NDB and MGM APIs, or that have ...The terms in the following list are useful to an understanding of NDB Cluster, the NDB API, or have a specialized meaning when used in one of these: ...
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-help.html
You have several options for displaying context help: automatic, manual, and most frequent list. Manual context help is available when automatic context help is disabled. Click on or near the SQL keyword in the editor and then click the manual ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-rag.html
This topic contains the following sections: Before You Begin Retrieve Context and Generate Relevant Content Retrieve Context Without Generating Content Run Batch Queries Clean Up What's Next Before You Begin Complete the steps to set up a vector ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-workflow-server.html
If you select this option, you are responsible for securing the Data folder and its related files manually after the server configuration finishes. This does not apply to files and directories for specific products, such as the MySQL server data ...
https://dev.mysql.com/doc/refman/8.4/en/index-hints.html
They also work with multi-table DELETE statements, but not with single-table DELETE, as shown later in this section. (For the general syntax for specifying tables in a SELECT statement, see Section 15.2.13.2, “JOIN Clause”.) The syntax for ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-documents-modify.html
mysql-js> db.countryinfo.modify("Name = 'France'").arrayDelete("$.Airports[1]") Related Information The MySQL Reference Manual provides instructions to help you search for and modify JSON values. In the following example, the modify() method uses ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-documents-modify.html
mysql-py> db.countryinfo.modify("Name = 'France'").array_delete("$.Airports[1]") Related Information The MySQL Reference Manual provides instructions to help you search for and modify JSON values. In the following example, the modify() method uses ... You can use the modify() method to update one or more documents in a ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-plugins-components.html
For more information, refer to MySQL Enterprise Thread Pool, in the MySQL Reference Manual. This capability provides a deterrent that slows down brute force attacks against MySQL user accounts. For more information, refer to The Connection-Control ... Plugins and Components 3.1.2.6 Plugins and Components The following MySQL Server plugins and components are loaded by ...