Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed X DevAPI: There are changes to some methods related to the Result interface: getLastDocumentId() and getLastDocumentIds() have been replaced with getDocumentId() and ... MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-yum-repo.html
The following instructions assume that MySQL is not already installed on your system using a third-party-distributed RPM package; if that is not the case, follow the instructions given at Replacing a Native Third-Party Distribution of MySQL. Before ...
https://dev.mysql.com/doc/refman/8.4/en/password-management.html
Password verification, to require that password changes also specify the current password to be replaced. In password-change statements, a REPLACE clause specifies the current password to be replaced. REPLACE is optional if password changes for the ... MySQL supports these password-management capabilities: Password expiration, to require passwords to be changed ...
https://dev.mysql.com/doc/refman/8.4/en/connection-options.html
ssl-session-data-continue-on-failed-reuse Command-Line Format --ssl-session-data-continue-on-failed-reuse Type Boolean Default Value OFF Controls whether a new connection is started to replace an attempted connection that tried but failed to reuse ... 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 ...
https://dev.mysql.com/doc/refman/8.4/en/nested-join-optimization.html
More exactly, a variation of the nested-loop join algorithm is exploited. Recall the algorithm by which the nested-loop join executes a query (see Section 10.2.1.7, “Nested-Loop Join Algorithms”). The following discussion refers to the join ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-summarize-content.html
Summarizing Content To summarize text, perform the following steps: To define the text that you want to summarize, set the @text variable: mysql> SET @text="TextToSummarize"; Replace TextToSummarize with the text that you want to summarize. Machine ... 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/ndbapi/en/ndbapi-examples-common-files.html
array_adapter.hpp #ifndef ARRAY_ADAPTER_HPP #define ARRAY_ADAPTER_HPP #include <algorithm> #include <assert.h> /* Utility classes to convert between C++ strings/byte arrays and the internal format used for [VAR]CHAR/BINARY types. In the NDB Cluster ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-anomaly-detection-logs.html
What's Next Learn more about the following: Anomaly Detection Algorithm Model Types Anomaly Detection Learning Types Learn how to Prepare Data for an Anomaly Detection Model. MySQL 9.2.2 introduces the ability to detect anomalies in log data. To ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-cloudwatch-metrics.html
Table 17-1 CloudWatch Metrics for MySQL HeatWave on AWS Metric Unit Description Dimensions Monitoring Configuration Templates the Metric Is In heatwave.auto_ml_operation_count Count The number of AutoML operations that have been executed. dbSystemId ... CloudWatch Monitoring Metrics 17.1.1 CloudWatch Monitoring Metrics CloudWatch metrics can be used to monitor resources, diagnose issues, and troubleshoot your DB systems and their MySQL HeatWave ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-anomaly-detection-logs.html
What's Next Learn more about the following: Anomaly Detection Algorithm Model Types Anomaly Detection Learning Types Learn how to Prepare Data for an Anomaly Detection Model. Anomaly detection for logs allows you to detect anomalies in log data. To ...