Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-opentelemetry.html
This simple demonstration contains a class OTelDemo, which creates a connection to the Sakila database and executes an SQL SELECT statement that returns five rows from the table film. Those spans can be seen in the observability backend too, but ...
https://dev.mysql.com/doc/refman/8.4/en/expressions.html
This section lists the grammar rules that expressions must follow in MySQL and provides additional information about the types of terms that may appear in expressions. Expression Syntax Expression Term Notes Temporal Intervals Expression Syntax The ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.replica-backup-restore.html
To backup a replica database, add the --replica-info option to your backup command. To restore the backup on a replica server, follow the same steps outlined in Section 8.1, “Setting Up a New replica”. MySQL Enterprise Backup does not include ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-client.html
For example, the --pager option might prove helpful when the output of get contains too many rows to fit in a single screen. This section covers starting the MySQL Cluster Manager client and connecting to the MySQL Cluster Manager agent. MySQL ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Packaging; Linux: Removed the deprecated tool /usr/bin/pathfix.py from packages for Fedora 39. (Bug #36053948) NDB Client Programs: ndb_sign_keys ...(Bug #35997178) Functionality Added or Changed ndbinfo Information Database: Added the transporter_details table to the ndbinfo information ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-classification-score.html
You should also use a larger number of records for training and validation to get a valid score. mysql> SELECT @classification_score; +-----------------------+ | @classification_score | +-----------------------+ | 0.800000011920929 | ... After ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-regression-score.html
You should also use a larger number of records for training and validation to get a valid score. mysql> SELECT @regression_score; +--------------------+ | @regression_score | +--------------------+ | 0.8524690866470337 | +--------------------+ 1 row ... After generating predictions and explanations, you can score the model to assess its ...
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-live.html
Note Importing 250 or more objects could fail to create an EER diagram and instead emit a resource warning with the text "Too many objects are selected for auto placement. To reverse-engineer a live database, click Database and then Reverse ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-entityframework.html
BackoffAlgorithmErr1040 Backoff algorithm customized for the MySQL error code 1040 - Too many connections. Classes Class Description BackoffAlgorithm Represents the base class for backoff algorithms. BackoffAlgorithmErr1205 Backoff algorithm ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-operationalerror.html
For example: too many connections; a host name could not be resolved; bad handshake; server is shutting down, communication errors. This exception is raised for errors which are related to MySQL's operations.