Version sans cache


Mise en cache désactivé. Réglage défaut pour cette page : actif (code DEF204)
Si l'affichage est trop lent, vous pouvez désactiver le mode utilisateur pour visualiser la version en cache.

Rechercher dans le manuel MySQL

Displaying 451 to 460 of 721 total results
https://dev.mysql.com/replication-delayed.html
replication_connection_status: current status of the connection to the master, provides information on the last and current transaction the connection thread queued into the relay log. MySQL supports delayed replication such that a slave server ...
https://dev.mysql.com/replication-features-shutdowns.html
When a slave loses its connection to the master, the slave tries to reconnect immediately and retries periodically if that fails. A slave also is able to deal with network connectivity outages. It is safe to shut down a master server and restart it ...
https://dev.mysql.com/replication-group-members-table.html
The network addresses shown are the addresses used to connect clients to the group, and should not be confused with the member's internal group communication address specified by group_replication_local_address. This is the address which clients ...
https://dev.mysql.com/replication-gtids-auto-positioning.html
When a replication slave has GTIDs enabled (GTID_MODE=ON, ON_PERMISSIVE, or OFF_PERMISSIVE ) and the MASTER_AUTO_POSITION option enabled, auto-positioning is activated for connection to the master. The master must have GTID_MODE=ON set in order for ... GTIDs replace the file-offset pairs previously required to determine points for starting, stopping, or resuming the flow of data between master and ...
https://dev.mysql.com/replication-gtids-howto.html
If you are starting with new servers, see Section 17.1.2.3, “Creating a User for Replication” for information about adding a specific user for replication connections and Section 17.1.2.1, “Setting the Replication Master Configuration” for ... This section describes a process for configuring and starting GTID-based replication in MySQL ...
https://dev.mysql.com/replication-howto-masterbaseconfig.html
If you set a server ID of 0 on a master, it refuses any connections from slaves, and if you set a server ID of 0 on a slave, it refuses to connect to a master. To configure a master to use binary log file position based replication, you must ensure ...
https://dev.mysql.com/replication-howto.html
On each slave that you want to connect to the master, you must configure a unique server ID. Configure the slave with settings for connecting to the master, such as the host name, login credentials, and binary log file name and position. This ...
https://dev.mysql.com/replication-implementation.html
Each slave that connects to the master requests a copy of the binary log. Because each slave is independent, the replaying of the changes from the master's binary log occurs independently on each slave that is connected to the master. Replication ...
https://dev.mysql.com/replication-multi-source-configuration.html
A multi-source replication topology requires at least two masters and one slave configured. In these tutorials, we will assume you have two masters master1 and master2, and a replication slave slavehost. The slave will replicate one database from ...
https://dev.mysql.com/replication-multi-source-monitoring.html
To monitor the connection status of all channels: mysql> SELECT * FROM replication_connection_status\G; *************************** 1. To monitor the connection status of a named channel, use a WHERE CHANNEL_NAME=channel clause: mysql> SELECT * FROM ... To monitor the status of replication channels the following options exist: Using the replication Performance Schema ...
Displaying 451 to 460 of 721 total results

Rechercher dans le manuel MySQL

Traduction non disponible

Le manuel MySQL n'est pas encore traduit en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.

Document créé le 26/06/2006, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/mysql-rf-fct-connection-p-46.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.

Références

  1. Consulter le document html Langue du document :en Manuel MySQL : https://dev.mysql.com/

Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.

Table des matières Haut