Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-abbreviations.html
Throughout this section, we use the following abbreviations or symbols for referring to the source and replica clusters, and to processes and commands run on the clusters or cluster nodes: Table 25.41 Abbreviations used throughout this section ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-multi-source.html
Not all MySQL servers taking part in multi-source replication must act as both source and replica, and a given NDB Cluster might use different SQL nodes for different replication channels. Such a case is shown here: Figure 25.17 NDB Cluster ... It ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/installing.html
Install MySQL Enterprise Backup on each database server whose contents you intend to back up. Typically, you perform all backup and restore operations locally, by running mysqlbackup on the same server as the MySQL instance. MySQL Enterprise Backup ...Installing on Unix and Linux Systems For all Linux and Unix systems, the product is available as a .tgz ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-introduction.html
The C API provides low-level access to the MySQL client/server protocol and enables C programs to access database contents. The C API code is distributed with MySQL and implemented in the libmysqlclient library. Most other client APIs use the ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-client-find-plugin.html
struct st_mysql_client_plugin * mysql_client_find_plugin(MYSQL *mysql, const char *name, int type) Description Returns a pointer to a loaded plugin, loading the plugin first if necessary. Specify the arguments as follows: mysql: A pointer to a ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/index.html
Abstract This document contains information about changes in MySQL Cluster Manager version 8.4. If a recent version is listed here that you cannot find on the download page (https://dev.mysql.com/downloads/), the version has not yet been released.
https://dev.mysql.com/doc/relnotes/mysql-router/9.5/en/index.html
Abstract This document contains release notes for the changes in MySQL Router 9 through 9.5.0. If a recent version is listed here that you cannot find on the download page (https://dev.mysql.com/downloads/), the version has not yet been released.
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-simple-dual.html
This example demonstrates synchronous transactions and connecting to multiple clusters in a single NDB API application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-iris-quickstart.html
This quickstart illustrates an end-to-end example of creating and using a predictive machine learning model using MySQL HeatWave AutoML. For an online workshop based on this tutorial, see Get started with MySQL MySQL HeatWave AutoML. Possible ...It ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-import.html
ML_MODEL_IMPORT Overview ML_MODEL_IMPORT Syntax ML_MODEL_IMPORT Parameters Syntax Examples See Also ML_MODEL_IMPORT Overview MySQL HeatWave AutoML supports the import of MySQL HeatWave AutoML and Open Neural Network Exchange (ONNX) format models.