Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-import-commands.html
This section contains descriptions of MySQL Cluster Manager commands used to perform operations connected with importing clusters into MySQL Cluster Manager. These operations include migration of cluster processes and copying of configuration data.
MySQL Cluster Manager 8.4 User Manual :: 4.5 Importing MySQL NDB Clusters into MySQL Cluster Manager
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster.html
The following sections provide an outline of the procedure required to import such a cluster into MySQL Cluster Manager, followed by a more detailed example. It is possible to bring a “wild” MySQL NDB Cluster—that is, a cluster not created ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-test-and-migrate.html
Testing and performing the migration of a standalone MySQL NDB Cluster into MySQL Cluster Manager consists of the following steps: Perform a test run of the proposed import using import cluster with the --dryrun option. Each data node angel process ...The following list contains some common errors you may encounter, and their likely causes: MySQL Cluster Manager requires a specific MySQL user and privileges to manage SQL ...
https://dev.mysql.com/doc/mysql-ai/9.5/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 ...Models in ONNX format (.onnx) cannot be loaded directly into a MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlimport.html
The mysqlimport client provides a command-line interface to the LOAD DATA SQL statement. Most options to mysqlimport correspond directly to clauses of LOAD DATA syntax. Invoke mysqlimport like this: mysqlimport [options] db_name textfile1 ...For ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-prepare-for-migration.html
The next step in the import process is to prepare the wild cluster for migration. Create a MySQL user account on each of the wild cluster's SQL nodes for MySQL Cluster Manager to execute the import config and import cluster commands in the steps to ...This requires, among other things, removing cluster processes from control by any system service management facility, and making sure all management nodes are running with configuration caching ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbd-definition.html
Important This parameter is deprecated, and is subject to removal in a future release. It is important to configure the cluster in such a manner that nodes in the same node groups are not placed on the same computer because a single hardware failure ... The [ndbd] and [ndbd default] sections are used to configure the behavior of the cluster's data ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-verify-pid-files.html
The data nodes are ready for import as long as they have valid PID files containing the PIDs for their angel processes. You must verify that each process in the wild cluster has a valid PID file. For purposes of this discussion, a valid PID file ...
https://dev.mysql.com/doc/refman/8.4/en/glossary.html
For the MySQL Enterprise Backup product, the file name of the binary log and the current position within the file are important details. This distinction is important mainly in MySQL 5.1, where a feature or bug fix might apply to the InnoDB Plugin ... These terms are commonly used in information about the MySQL database ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-sharing.html
Before You Begin Share Your Models Export the Model to Share Set Up Other User with Required Privileges Import Shared Model Run AutoML Routines on Imported Model What's Next Before You Begin The ML_MODEL_EXPORT routine is available as of MySQL 9.0.0. Share Your Models To share a model you created, you can use the ML_MODEL_EXPORT and ML_MODEL_IMPORT ...