Replication
12/12/2019

How to replicate a MySQL database on Linux
Database replication is a technique where a given database is copied to one or more locations, so that the reliability, ...

Réplication MySql avec PhpMyAdmin sur 2 serveurs distincts
Source: Tutoriels Web Linux MySqlI : sur le serveur Maître, configurez la réplication comme suit :Dans l’onglet réplication, choisissez l’option ...

5 Steps to Setup MySQL Master Master Replication on Ubuntu 16.04
Source: linoxide.com The Master-Slave replication in MySQL databases provides load balancing for the databases. But it does not provide any ...

How to Setup MySQL Master Master Replication
MySQL master master replication, also known as “mysql chained replication”, “multi master replication or “mysql daisy chaining replication” is an ...

MySQL Circular Replication
Source: icicimov Setting the MySQL in Master-Master mode means in case of an instance failure the other one will transparently ...

Initialize MySQL Master-Slave replication with a script
Source: Nico's Blog MySQL Master-Slave replication is natively supported by MySQL. However its configuration is not so simple. For each ...

When the Replication stops working: analysis and resync of MySQL Replication
Source: ryadel.com We already had the opportunity to talk about Replication between MySQL Database in a previous article, where we ...

MySQL – Migrate Users from Server to Server
Sometimes we need to migrate our databases to a new MySQL server. It is easy to move the databases, but ...

Installing a high availability web server cluster on Ubuntu 12.04 LTS using HAProxy, HeartBeat and Nginx
How to set-up a high-availability clusterHere are a few notes about how to set-up a high-availability web server farm using Ubuntu ...

MySQL Cluster Replication: Multi-Master and Circular Replication
Beginning with MySQL 5.1.18, it is possible to use MySQL Cluster in multi-master replication, including circular replication between a number ...

Monitor your MySql replication database
You have configured your MySql replication, next step is to perform maintenance and monitor your replication. Percona Toolkit for MySQL ...

Un cluster DRBD / MySQL avec Heartbeat sur Debian 7
Source: denisrosenkranz.com Nous avons vu précédement comment mettre un place un Cluster Apache actif/passif avec DRBD et HeartBeat. Dans ce ...

DRBD sur Debian 6
Source: denisrosenkranz.com Qu’est-ce que DRBD? DRBD pour Distributed Replicated Block Device est comparable à un RAID 1 mais en réseau, ...

Réplication MySql Croisée
I► Nous allons voir dans cet article comment mettre en place une réplication croisée MySql en optimisant donc la répartition ...

MySQL database replication with Linux
MySQL database replication with LinuxDatabase replication is a technique where a given database is copied to one or more locations, ...

MySQL Master / Slave Replication
Source: Uptime Made EasyMaster Slave MySQL Replication SummaryMaster / Slave replication in MySQL is a great way to store an ...

How To Create a High Availability Setup with Heartbeat and Floating IPs on Ubuntu 14.04
Source: Digital Ocean - Mitchell Anicas Introduction Heartbeat is an open source program that provides cluster infrastructure capabilities—cluster membership and ...

Réplication MySQL : comment resynchroniser les bases de données ?
Source: ResponsiveMind Vous avez mis en place deux beaux serveurs MySQL avec un système de réplication master-slave qui vous offre ...

Réplication MySQL Master-Slave et Master-Master
Source: ResponsiveMind La réplication d’un base de données permet de disposer du même jeu de données à tout moment sur ...

Un site web sur plusieurs serveurs avec load balancing
En 2014 petit budget ne signifie pas nécessairement configuration bas de gamme et il est assez facile de faire tourner ...