How to Set Up MySQL Master‑Slave Replication and Read/Write Splitting with MySQL‑Proxy
This guide walks through building a three‑node lab, installing MariaDB, configuring master‑slave binary‑log replication, creating a test database, and then deploying MySQL‑Proxy on an application server to achieve transparent read/write splitting between the master and slave.