Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 1581 to 1590 of 1832 total results
https://dev.mysql.com/doc/refman/8.0/en/group-replication-deploying-in-single-primary-mode.html
This section explains how to create a replication group with three MySQL Server instances, each running on a different host machine. Figure 20.7 Group Architecture This tutorial explains how to get and deploy MySQL Server with the Group Replication ... Each of the MySQL server instances in a group can run on an independent physical host machine, which is the recommended way to deploy Group ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-responses-failure.html
If a group member does not receive any messages from a particular fellow member for 5 seconds, when this detection period ends, it creates a suspicion of the fellow member. By default, the following behaviors happen if a member is suspected of ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication.html
MySQL Group Replication enables you to create elastic, highly-available, fault-tolerant replication topologies. Section 20.2, “Getting Started” explains how to configure multiple MySQL Server instances to create a group. This chapter explains ...
https://dev.mysql.com/doc/refman/8.0/en/if.html
[ELSE statement_list] END IF The IF statement for stored programs implements a basic conditional construct. Note There is also an IF() function, which differs from the IF statement described here. The IF statement can have THEN, ELSE, and ELSEIF ...
https://dev.mysql.com/doc/refman/8.0/en/ipv6-remote-connections.html
The example uses these addresses: Server host: 2001:db8:0:f101::1 Client host: 2001:db8:0:f101::2 These addresses are chosen from the nonroutable address range recommended by IANA for documentation purposes and suffice for testing on your local ...
https://dev.mysql.com/doc/refman/8.0/en/ipv6-support.html
IPv6 addresses can be specified in account names in statements such as CREATE USER, GRANT, and REVOKE. For example: mysql> CREATE USER 'bill'@'::1' IDENTIFIED BY 'secret'; mysql> GRANT SELECT ON mydb.* TO 'bill'@'::1'; IPv6 functions enable ...
https://dev.mysql.com/doc/refman/8.0/en/multiple-windows-services.html
On Windows, a MySQL server can run as a Windows service. The procedures for installing, controlling, and removing a single MySQL service are described in Section 2.3.4.8, “Starting MySQL as a Windows Service”. To set up multiple MySQL services, ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-backup-configuration.html
In addition, CompressedBackup causes NDB to use compression when creating and writing to backup files. When this parameter is set to 1, backups cannot be created without specifying ENCRYPT PASSWORD=password as part of a START BACKUP command. Five ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-backup.html
The next few sections describe how to prepare for and then to create an NDB Cluster backup using the functionality for this purpose found in the ndb_mgm management client. NDB 8.0 makes it possible to create backups using multiple LDMs to achieve ...To distinguish this type of backup from a backup made using mysqldump, we sometimes refer to it as a “native” NDB Cluster ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-oci-marketplace-connecting.html
To find the temporary root password created for the root user, run the following command: sudo grep 'temporary password' /var/log/mysqld.log To change your default password, log in to the server using the generated, temporary password, using the ...
Displaying 1581 to 1590 of 1832 total results