Search Results
                    
                    
            https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-full-text-plugins.html
                                 MySQL supports server-side full-text parser plugins with MyISAM and InnoDB. For introductory information about full-text parser plugins, see Full-Text Parser Plugins. A full-text parser plugin can be used to replace or modify the built-in full-text ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-conf-options.html
                                Limitations include: After all nodes of the selection are discarded, there is no way to add servers back to the list. Note SQL query to list the MySQL InnoDB cluster names: SELECT * FROM mysql_innodb_cluster_metadata.clusters; use_gr_notifications ... When started, MySQL Router reads a list of configuration files that together make up the configuration of the ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-sandbox.html
                                 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 of servers. If one server fails, clients are redirected to the next ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-explanations-ml-explain-row.html
                                mysql> SELECT sys.ML_EXPLAIN_ROW(input_data, model_handle, [options]); In the following example, include the session variable previously created. The output is similar to the following: mysql> SELECT sys.ML_EXPLAIN_ROW(@row_input, @census_model, ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-predictions-ml-predict-row.html
                                mysql> SELECT sys.ML_PREDICT_ROW(@variable, ...), model_handle, options); Replace variable, model_handle, and options with your own values. mysql> SELECT sys.ML_PREDICT_ROW(JSON_OBJECT("output_col_name", schema.`input_col_name`, "output_col_name", ... ML_PREDICT_ROW generates predictions for one or more rows of data specified in JSON ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-run-chat.html
                                **Automated Model Selection**: HeatWave AutoML allows users to select the best-performing model for their specific problem from a range of pre-trained models. **Hyperparameter Tuning**: The platform automatically tunes hyperparameters for the ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-predict-table.html
                                If NULL is selected, only the log segments tagged with is_anomaly are used to generate summaries.  ML_PREDICT_TABLE generates predictions for an entire table of unlabeled data. ML_PREDICT_TABLE Overview ML_PREDICT_TABLE Syntax Required ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-train-test-split.html
                                If the number of samples in the 80% subset is fewer than 5, then instead select 5 of the samples for the training dataset. Order the table by the datetime_index values and select the first 80% of the samples for the training dataset. Select 80% of ... The TRAIN_TEST_SPLIT routine automatically splits your data into training and testing ...
                                            
                https://dev.mysql.com/doc/workbench/en/dbdoc-templates-custom.html
                                MySQL's UUID() function also generates GUIDs: mysql> SELECT UUID(); +--------------------------------------+ | UUID() | +--------------------------------------+ | 648f4240-7d7a-11e0-870b-89c43de3bd0a | +--------------------------------------+ Once ... In the simplest case, a template consists of two files: a template file, which has a .tpl extension, and a special file ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-basic-foreign-key.html
                                 Select the table tool again and place another table on the canvas. First, click the invoice_item table; notice that a red border indicates that this table is selected. Click on the invoice_item table and select the Foreign keys tab. Delete a ...