Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-delete-package.html
More specifically, it removes any references to MySQL NDB Cluster software installations added to the agent's repository when the package was created. delete package does not remove any MySQL NDB Cluster installations; the command removes only ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-preface.html
This is the User Manual for the MySQL Cluster Manager, version 8.4.6. See the MySQL Cluster Manager 8.4 License Information User Manual for licensing information, including licensing information relating to third-party software that may be included ...License Restrictions This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-missing.html
It is possible using MySQL Cluster Manager to perform a partial restore of a MySQL NDB Cluster—that is, to restore from a backup in which backup images from one or more data nodes are not available. To cause MySQL NDB Cluster data to be ...This ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-requirements.html
This section provides information about basic requirements for performing backup and restore operations using MySQL Cluster Manager. Basic requirements for performing MySQL backups using MySQL Cluster Manager are minimal. In general, the following ...At least one data node in each node group must be running, and there must be sufficient disk space on the node file ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-create-configure.html
To create and then configure the target cluster, follow these steps: Install MySQL Cluster Manager and start mcmd on all hosts with the same system user who started the wild cluster processes. Once you have done this, you can start the mcm client ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-building-clients-pkg-config.html
MySQL distributions contain a mysqlclient.pc file that provides information about MySQL configuration for use by the pkg-config command. This enables pkg-config to be used as an alternative to mysql_config for obtaining information such as compiler ...For example (adjust the location appropriately): # For sh, bash, ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/compiling-plugin-libraries.html
Use the plugin examples under the plugin directory of a MySQL source distribution as a guide. $> make If you need to specify configuration options to CMake, see MySQL Source-Configuration Options, for a list. For example, you might want to specify ... After your plugin is written, you must compile it and install ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/test-protocol-trace-plugin.html
MySQL includes a test protocol trace plugin that serves to illustrate the information available from such plugins, and as a guide to writing other protocol trace plugins. To see how the test plugin works, use a MySQL source distribution; binary ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins.html
MySQL supports pluggable authentication, in which plugins are invoked to authenticate client connections. Authentication plugins enable the use of authentication methods other than the built-in method of passwords stored in the mysql.user system ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-automl-privileges.html
mysql> GRANT SELECT, ALTER ON database_name.* TO 'user_name'@'%'; You need the following privileges to access the database that stores the output tables of generated predictions and explanations. mysql> GRANT CREATE, DROP, INSERT, SELECT, ALTER, ...