Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-catalog-table.html
                                 The MODEL_CATALOG table (ML_SCHEMA_user_name.MODEL_CATALOG) has the following columns: model_id A primary key, and a unique auto-incrementing numeric identifier for the model. The model handle is generated or set by the user when the ML_TRAIN ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-recommendation-model-types.html
                                 You can create recommendation models based on either explicit or implicit feedback. See Recommendation Models to review models that support either implicit or explicit feedback. Recommendation Models with Explicit Feedback Recommendation models ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-bulk-load-mysql-server.html
                                 MySQL includes a bulk load extension to the LOAD DATA statement. It can do the following: Optimize the loading of data sorted by primary key. Use a second session to monitor bulk load progress: If the data is sorted, there is a single stage: ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-summarize-content.html
                                 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 privileges. For Running Batch ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-update-vector-store.html
                                 To keep up with the changes and updates in the documents in your local directory, you must update the vector embeddings loaded in the vector store table on a regular basis. The examples in this topic use the vector store table demo_embeddings ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-what-is-new-8.html
                                 This section summarizes how the MySQL Workbench 8.0 release series progressed with each minor release. New requirements for the CHANGE MASTER TO replication statement (row format, primary key check). Failed login attempts and password lock time in ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/connection-options.html
                                 This section describes options supported by most MySQL client programs that control how client programs establish connections to the server, whether connections are encrypted, and whether connections are compressed. These options can be given on ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/help.html
                                 HELP 'search_string' The HELP statement returns online information from the MySQL Reference Manual. Its proper operation requires that the help tables in the mysql database be initialized with help topic information (see Section 7.1.17, ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/lock-order-tool.html
                                 The MySQL server is a multithreaded application that uses numerous internal locking and lock-related primitives, such as mutexes, rwlocks (including prlocks and sxlocks), conditions, and files. Within the server, the set of lock-related objects ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-installation.html
                                 This section describes the basics for planning, installing, configuring, and running an NDB Cluster. Whereas the examples in Section 25.4, “Configuration of NDB Cluster” provide more in-depth information on a variety of clustering options and ...