Search



Search Results
Displaying 2921 to 2930 of 3514 total results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-19.html
When using connection pooling, Connector/J keeps track of any host it failed to connect to and, for a short waiting period after the failure, avoids connecting to it during the creation or retrieval of a Session. Version 8.0.19 is the latest ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-20.html
It was because the SimpleDateFormat object created internally with the custom calendar was cached and reused. (Bug #30570721, Bug #97724) When creating a Statement, the specification for the resultSetType parameter was not honored, so that the ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
(WL #10530) To avoid using JDBC statements inside core Connector/J classes, the following changes have been implemented: Created a new com.mysql.cj.api.Query interface, which is implemented by StatementImpl. (WL #10553) Bugs Fixed X DevAPI: ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-server-logging.html
Rotation On Demand Log rotation on demand can be accomplished in two steps: rename the log file, and then notify Router so it creates and switches to a new log file. An example logrotate configuration file: /var/log/mysqlrouter/mysqlrouter.log { ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-automl.html
What's Next Learn more about the following: AutoML Learning Types AutoML Ease of Use AutoML Workflow Learn how to Create a Machine Learning Model. Review Machine Learning Use Cases to create machine learning models with sample datasets. The AutoML ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-ease-of-use.html
You can use a model created by ML_TRAIN with other AutoML routines to generate predictions and explanations. What's Next Learn more about the following: AutoML Supervised Learning AutoML Workflow Oracle AutoML Learn how to Create a Machine Learning ... The AutoML feature of MySQL AI is purpose-built for ease of ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-predictions-ml-predict-row.html
mysql> SET @variable = (JSON_OBJECT("column_name", value, "column_name", value, ...), model_handle, options); In the following example, create the @row_input session variable and enter the data to predict into the session variable. Generating ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-predictions-ml-predict-table.html
When the output table is created, you can query a sample of the table to review predictions. ML_PREDICT_TABLE generates predictions for an entire table of trained data. If ML_PREDICT_TABLE takes a long time to complete, manually limit input tables ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-supported-data-types.html
What's Next Learn more about the following: Additional AutoML Requirements AutoML Privileges Learn how to Create a Machine Learning Model. Review Machine Learning Use Cases to create machine learning models with sample datasets. AutoML has the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-embed-table.html
If the specified output table doesn't exist, then a new table is created. details_column: specifies a name for the output table column that is created for adding details of errors encountered for rows that aren't processed successfully by the ...
Displaying 2921 to 2930 of 3514 total results