Search



Search Results
Displaying 811 to 820 of 2852 total results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-preparing-a-recommendation-model.html
To ensure reliable predictions, you should create an additional validation dataset. You can reserve 20% of the records in the training dataset to create the validation dataset. mysql> CREATE DATABASE recommendation_data; mysql> USE ... This topic ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-regression-prepare.html
To ensure reliable predictions, you should create an additional validation dataset. You can reserve 20% of the records in the training dataset to create the validation dataset. mysql> CREATE DATABASE regression_data; mysql> USE regression_data; ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-summarize-content.html
One of the key features of MySQL ', 'is its support for stored procedures, which allow developers to create reusable blocks of ', 'code that can be executed multiple times. The goal of AI is to create systems that ', 'can function intelligently and ... The following sections in this topic describe how to summarize exiting content using the GenAI: Before You Begin Summarizing Content Running Batch Queries What's Next Before You Begin Review the GenAI requirements and ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-vector-store-load.html
To test the steps in this topic, create a folder demo-directory inside the vector store director /var/lib/mysql-files for storing files that you want to ingest into the vector store. To create and store vector store tables using the steps described ... This section describes how to generate vector embeddings for files or folders stored in , and load the embeddings into a vector store ...
https://dev.mysql.com/doc/workbench/en/wb-model-reporting.html
Use the DBDoc- Model Reporting dialog to set the options for creating documentation of your database models. Clicking the Generate button creates the directory defined in the Output directory text box. If you chose to create HTML Basic Frames, you ... The DBDoc - Model Reporting dialog is found by opening a model, selecting Model from the menu, and then DBDoc - Model ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-cpp.html
Only out-of-source-builds are supported, so create a directory to use for the build and change location into it. (However, it may be that your version of CMake supports more generators than can actually be used to build Connector/C++.) If the Boost ... To install Connector/C++ from source, verify that your system satisfies the requirements outlined in Section 2.4.1, “Source Installation System ...
https://dev.mysql.com/doc/connectors/en/connector-j-client-authentication.html
The server may want to authenticate a client and require the client to provide an SSL certificate to it, which it verifies against its known certificate authorities or performs additional checks on the client identity if needed (see CREATE USER ...
https://dev.mysql.com/doc/connectors/en/connector-j-WebAuthn-authentication.html
Create a MySQL User Create the MySQL user to be linked to the FIDO device. Use the mysql client with a root user: mysql > CREATE USER 'johndoe'@'%' IDENTIFIED WITH caching_sha2_password BY 's3cr3t' AND IDENTIFIED WITH authentication_webauthn; Query ... Web Authentication (WebAuthn) enables user authentication for MySQL Server using devices such as smart cards, security keys, and biometric ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-pooling.html
See Section 4.4.1, “Creating a Connector/NET Connection String” for further information. Subsequently, if a new MySqlConnection object is opened, it is created from the connection pool, rather than creating a new native connection. Do not create ... The MySQL Connector/NET supports connection pooling for better performance and scalability with database-intensive ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-document-store.html
A non-root account can be used as long as the account has privileges to create new databases. Execute the world_x.sql script to create the database structure and insert the data as follows: mysql> SOURCE /temp/world_x.sql; Replace /temp/ with the ...
Displaying 811 to 820 of 2852 total results