Browsed by
Category: MySQL

MySQL Replication Master/Slave

MySQL Replication Master/Slave

Methods to make your data redundant is an good practice in production environments with High Availability. MySQL Replication can support this kind of HA. In my blog post I want to explain how I build replication between an Master and Slave node. In my example I have run MySQL on Windows Server but this will also work with Linux hosts. Configure the Master node Before we can replicate MySQL the server needs to be accessible on the network the slave…

Read More Read More