How to Enable MariaDB Replication: A Guide
https://hackernoon.com
Database replication is a process that copies data from one database (primary) to another (replica) This process can happen as data is inserted, modified, or deleted. With MariaDB, setting up replication requires activating the binary log in the primary database. Multi-master replication allows your application to write to multiple nodes. Distributed SQL enables unlimited scalability while keeping the strong consistency capabilities of relational databases.