From 6f19905558eeeb24c121932cb5055d89622e93bd Mon Sep 17 00:00:00 2001 From: qhwdw Date: Tue, 16 Jan 2018 11:39:12 +0800 Subject: [PATCH] Translating by qhwdw --- ...p guide for creating Master Slave replication in MariaDB.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sources/tech/20171112 Step by Step guide for creating Master Slave replication in MariaDB.md b/sources/tech/20171112 Step by Step guide for creating Master Slave replication in MariaDB.md index 922ef18040..98474cbe78 100644 --- a/sources/tech/20171112 Step by Step guide for creating Master Slave replication in MariaDB.md +++ b/sources/tech/20171112 Step by Step guide for creating Master Slave replication in MariaDB.md @@ -1,4 +1,4 @@ -Step by Step guide for creating Master Slave replication in MariaDB +Translating by qhwdw Step by Step guide for creating Master Slave replication in MariaDB ====== In our earlier tutorials,we have already learned [**to install & configure MariaDB**][1] & also [**learned some basic administration commands for managing MariaDB**][2]. We are now going to learn to setup a MASTER SLAVE replication for MariaDB server. @@ -169,7 +169,6 @@ You will see that the output shows the same value that we inserted on the master This concludes our tutorial, please send your queries/questions through the comment box below. - -------------------------------------------------------------------------------- via: http://linuxtechlab.com/creating-master-slave-replication-mariadb/