Search



Search Results
Displaying 2921 to 2930 of 5028 total results
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-checking-installation.html
X Plugin is enabled by default in MySQL 8, therefore installing or upgrading to MySQL 8 makes the plugin available. You can verify X Plugin is installed on an instance of MySQL server by using the SHOW plugins statement to view the plugins list. | ...
https://dev.mysql.com/doc/refman/8.4/en/xa-statements.html
To perform XA transactions in MySQL, use the following statements: XA {START|BEGIN} xid [JOIN|RESUME] XA END xid [SUSPEND [FOR MIGRATE]] XA PREPARE xid XA COMMIT xid [ONE PHASE] XA ROLLBACK xid XA RECOVER [CONVERT XID] For XA START, the JOIN and ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-progress-report-options.html
There are two options for controlling the progress reporting function of mysqlbackup: --show-progress and --progress-interval: --show-progress[={stderr|stdout|file:FILENAME|fifo:FIFONAME|table|variable}] Command-Line Format ...The argument of the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.html
The mysqlbackup commands to perform a restore operation are copy-back-and-apply-log and copy-back (for directory backup only; see Section 5.1.7, “Advanced: Preparing and Restoring a Directory Backup”). Example 5.1 Restoring a Database Server ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/server-repository-options.html
The descriptions below explain how these options are used with mysqlbackup; for information about how these options are used with the MySQL server, click the option names to see the descriptions in the MySQL Reference Manual. datadir=PATH This is ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/standard-options.html
The general options are options of a general nature, or options that are not classified under any other specific option group: The following general options also exist for the mysql command. Full descriptions for these options can be found in the ...It has to be the first option to be specified, if ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-process.html
Adding Free Processes Using the add process command, you can add unmanaged mysqld processes, or ndbapi slots for ndbapi applications such as ndb_restore. Consider the following set of commands that creates and then starts a cluster named mycluster: ...Any hosts referenced in the list must be members of the site to which the cluster ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-create-site.html
create site {--hosts=|-h }host_list site_name host_list: host[,host[,...]] The create site command is used to create a MySQL Cluster Manager management site; that is, a set of MySQL Cluster Manager management agents running on one or more host ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-stop-process.html
stop process nodespec cluster_name nodespec: {nodetype | process_id_list} process_id_list: process_id[, process_id[, ...]] This command stops the MySQL NDB Cluster processes specified by nodespec in the cluster named cluster_name. In the event of a ...The status of the processes to be stopped, as shown by show status --process, must be ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-TLS-connections-clusters.html
MySQL Cluster Manager 8.4 supports TLS Link Encryption for NDB Cluster, which is available for NDB Cluster 8.3.0 and later. This section describes a few scenarios for using MySQL Cluster Manager to configure or manage TLS connections in an NDB ...
Displaying 2921 to 2930 of 5028 total results