Search



Search Results
Displaying 361 to 370 of 1890 total results
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-6.html
(Bug #36524167) On MacOS, silenced deprecation warnings generated by Xcode 14; this includes suggestions to use snprintf(3) instead of sprintf(3), and warnings about possible loss of precision when converting from 64-bit to 32-bit integers. This ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-running-clients.html
The solution to this problem is to tell your system to search for shared libraries in the directory where that library is located. In this case, check the date of the mysql.h header file and libmysqlclient.a library used for compilation to verify ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/deploy-sandbox-instances.html
When you deploy sandboxes, MySQL Shell searches for the mysqld binary, which it then uses to create the sandbox instance. You can configure where MySQL Shell searches for the mysqld binary by configuring the mysqldPath option. This can be useful to ... Rather than using a production setup, where each instance runs on a separate host, AdminAPI provides the dba.deploySandboxInstance(port_number) ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-customizing.html
MySQL Shell offers these customization options for you to change its behavior and code execution environment to suit your preferences: Create startup scripts that are executed when MySQL Shell is started in JavaScript or Python mode. Set ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-vector-store-overview.html
This enables the in-database retrieval-augmented generation (RAG) system to perform a semantic search in the proprietary data stored in the vector stores to find appropriate content, which is then fed to the LLM to help it generate more accurate and ... This section describes the Vector Store functionality available with ...About Vector Store ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-chat.html
If set, the routine searches for vector store tables in this schema. The HEATWAVE_CHAT routine automatically calls the ML_RAG routine which loads an LLM and runs a semantic search on the available vector stores by default. This topic contains the ...If the routine cannot find a vector store, then it calls the ML_GENERATE routine and uses information available in LLM training data, which is primarily information that is available in public data sources, to generate a response for the entered ...
https://dev.mysql.com/doc/workbench/en/wb-getting-started-tutorial-creating-a-model.html
This tutorial describes how to create a new database model and how to forward-engineer a model to a live MySQL server. You can change the name of this default schema as needed or you can delete it. Confirm this change in the Physical Schemas panel ...Note Alternatively, you can create a model from a database by using the reverse engineering ...
https://dev.mysql.com/doc/workbench/en/workbench-faq.html
If two connections use the same exact information then the results in Workbench should be identical, although this is not a common use case. Does MySQL Workbench support the TLSv1.2 protocol? Because TLSv1.2 requires OpenSSL, support for this ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-high-availability-and-clustering.html
The use of this feature is not recommended, because it has side effects related to session state and data consistency when applications don't handle SQLExceptions properly, and is only designed to be used when you are unable to configure your ...
https://dev.mysql.com/doc/connectors/en/connector-net-simple-membership-tutorial.html
This section documents the ability to use a simple membership provider on MVC 4 templates. This tutorial creates an application using a simple membership provider and then adds third-party (Google) OAuth authentication support. This tutorial uses ...The configuration OAuth compatible for the application to login using external credentials from third-party providers like Google, Facebook, Twitter, or ...
Displaying 361 to 370 of 1890 total results