Search



Search Results
Displaying 701 to 710 of 712 total results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-sandbox.html
This uses the metadata cache plugin to securely store the credentials. Test a MySQL Router installation by setting up a Router sandbox with InnoDB Cluster. In this case, Router acts as an intermediate node redirecting client connections to a list ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-features-connection-routing.html
The first part, routing, is the section name used internally to determine which plugin to load. Connection routing means redirecting MySQL connections to an available MySQL server. For an example deployment using basic connection routing, see ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-metadata.html
The cluster metadata is changed whenever the InnoDB Cluster is modified, such as adding or removing a MySQL server using the MySQL Shell, and the performance_schema tables are updated in real-time by the MySQL server's Group Replication plugin ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-source-code.html
Developer Related Notes Notes related to using and testing a locally compiled MySQL Router version for development purposes: To run a local build without make install, configure Router to find the newly built plugin_folder as compiling generates a ... MySQL Router is part of the MySQL Server source code tree; compiling MySQL Server also compiles MySQL ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-introduction.html
MySQL AI consists of the following components: MySQL Enterprise Edition for MySQL AI, which contains the following AI components: MySQL Commercial Server AI Engine MySQL AI Plugin MySQL Shell AI Edition, which supports MySQL Shell Workbench. MySQL ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-monitoring.html
mysql> SELECT VARIABLE_NAME, VARIABLE_VALUE FROM performance_schema.global_status WHERE VARIABLE_NAME LIKE 'rapid_ml_status'; +-----------------+----------------+ | VARIABLE_NAME | VARIABLE_VALUE | +-----------------+----------------+ | ... You can ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-byo-embedding-tables.html
GenAI lets you use tables containing your own vector embedding to run retrieval-augmented generation (RAG) with vector search. The ML_RAG and ML_RAG_TABLE routines let you specify the table column names to use as filters for finding relevant tables ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-overview.html
GenAI Chat also provides a graphical interface integrated with the Visual Studio Code plugin for MySQL Shell. The GenAI feature of MySQL AI lets you communicate with unstructured data using natural-language queries. It uses a familiar SQL interface ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-rag.html
The ML_RAG routine runs retrieval-augmented generation which aims to generate more accurate responses for your queries. For context retrieval, the ML_RAG routine uses the name of the embedding model used to embed the input query to find relevant ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mysql-ai-platforms.html
Possible measures that can be taken include: Disallow certain users (for example, the server administrator) from connecting by HTTP connections, but only allow connections by, for example, Unix sockets with the auth_socket authentication plugin. You ...
Displaying 701 to 710 of 712 total results