Replication

12/12/2019

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 ...
Lire La Suite…

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, ...
Lire La Suite…

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 ...
Lire La Suite…

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 ...
Lire La Suite…

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 ...
Lire La Suite…

MySQL Circular Replication

Source: icicimov Setting the MySQL in Master-Master mode means in case of an instance failure the other one will transparently ...
Lire La Suite…

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 ...
Lire La Suite…

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 ...
Lire La Suite…

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 ...
Lire La Suite…

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 ...
Lire La Suite…

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 ...
Lire La Suite…

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 ...
Lire La Suite…

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 ...
Lire La Suite…

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, ...
Lire La Suite…

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, ...
Lire La Suite…

MySQL Master / Slave Replication

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

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 ...
Lire La Suite…

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 ...
Lire La Suite…

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 ...
Lire La Suite…

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 ...
Lire La Suite…
Les commentaires sont fermés.