Outils pour utilisateurs

Outils du site


informatique:sgbd:mysql:replication

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:sgbd:mysql:replication [13/01/2022 09:40] – [Quelques configs & manips] cyrilleinformatique:sgbd:mysql:replication [21/01/2022 10:09] (Version actuelle) – [mysql replication] cyrille
Ligne 7: Ligne 7:
  
 Wording / Vocabulaire : **master & slave -> primary & replica**. Wording / Vocabulaire : **master & slave -> primary & replica**.
 +
 +  * mariadb.com/kb
 +    * [[https://mariadb.com/kb/en/setting-up-replication/|Setting Up Replication]]
  
 Voir [[/informatique/sgbd/mysql|MySql]]. Voir [[/informatique/sgbd/mysql|MySql]].
Ligne 23: Ligne 26:
 To be sure replication is not broken while deleting log files, perform the following steps: To be sure replication is not broken while deleting log files, perform the following steps:
  
-  * Get a listing of binary log files on the primary by running SHOW BINARY LOGS. +  * Get a listing of binary log files on the primary by running **SHOW BINARY LOGS**
-  * Go to each replica server and run SHOW SLAVE STATUS to check which binary log file each replica is currently reading.+  * Go to each replica server and run **SHOW SLAVE STATUS** to check which binary log file each replica is currently reading.
   * Find the earliest log file still being read by a replica. No log files before this one will be needed.   * Find the earliest log file still being read by a replica. No log files before this one will be needed.
   * If you wish, make a backup of the log files to be deleted   * If you wish, make a backup of the log files to be deleted
informatique/sgbd/mysql/replication.1642063237.txt.gz · Dernière modification : 13/01/2022 09:40 de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki