Search



Search Results
Displaying 471 to 480 of 884 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.usage.html
The following sections describe the command-line options for the different modes of operation of mysqlbackup. Use the hyperlinks at the option names to jump to the detailed descriptions for the options. Note The command options can also be ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/client-error-reference.html
Client error messages originate from within the MySQL client library. Here is an example client error message, as displayed by the mysql client: $> mysql -h no-such-host ERROR 2005 (HY000): Unknown MySQL server host 'no-such-host' (0) Each client ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.1-ndb-8.4.1.html
(Bug #36388981) Improved the error message returned when trying to add a primary key to an NDBCLUSTER table using ALGORITHM=INPLACE. It was removed due to a critical issue that could stop the server from restarting following the creation of a very ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-1.html
(Bug #36388981) Improved the error message returned when trying to add a primary key to an NDBCLUSTER table using ALGORITHM=INPLACE. MySQL NDB Cluster 8.4.1 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-24.html
(Bug #31699993) X DevAPI: Under some specific conditions, when using Deflate as the algorithm for compression of X Protocol connections, Connector/J threw an AssertionFailedException (ASSERTION FAILED: Unknown message type: 57). Version 8.0.24 is ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-ease-of-use.html
The AutoML feature of MySQL AI is purpose-built for ease of use. With AutoML and a set of training data, you can train a predictive machine learning model with a single call to the ML_TRAIN SQL routine. For example: CALL ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-forecasting-model-types.html
If the model_list option is not set, then ML_TRAIN considers all supported models during the algorithm selection stage. This topic describes the types of forecasting models supported by AutoML. Univariate Models In a univariate model, you define ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-model-catalog-table.html
model_type The type of model (algorithm) selected by ML_TRAIN to build the model. 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 ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-generate.html
Machine learning algorithms can analyze vast amounts of data and identify patterns, making them increasingly accurate at predicting outcomes and making decisions.\n\nAI is already being used in a variety of industries, including healthcare, finance, ... The ML_GENERATE routine uses the specified large language model (LLM) to generate text-based content as a response for the given natural-language ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-model-import.html
Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model catalog. To learn how to use ML_MODEL_IMPORT to share models, see Grant Other Users Access to a Model. ML_MODEL_IMPORT Overview MySQL AI supports the import of AutoML and ...
Displaying 471 to 480 of 884 total results