Article 4RF8Y LXer: How to Configure MySQL (MariaDB) Master-Slave Replication on Debian 10

LXer: How to Configure MySQL (MariaDB) Master-Slave Replication on Debian 10

by
LXer
from LinuxQuestions.org on (#4RF8Y)
Published at LXer:

MySQL replication is a process of copying data from one database server (master) to one or more servers (slaves). MySQL supports several replication topologies with Master/Slave topology being one of the most well-known topologies in which one database server acts as the master, while one or more servers act as slaves. By default, the replication is asynchronous where the master sends events that describe database modifications to its binary log and slaves request the events when they are ready.

Read More...latest?d=yIl2AUoC8zA latest?i=Q5dk5NuPcJ4:1AsWd1-I4TA:F7zBnMy latest?i=Q5dk5NuPcJ4:1AsWd1-I4TA:V_sGLiP latest?d=qj6IDK7rITs latest?i=Q5dk5NuPcJ4:1AsWd1-I4TA:gIN9vFwQ5dk5NuPcJ4
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments