MySQL HA DR Setup
/etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 192.168.56.10 mysql-prim.localdomain mysql-prim 192.168.56.11 mysql-dr.localdomain mysql-dr User to install and configure mysql: avs Install MySQL Configure MySQL master node mysql.conf Change binlog and data dir Startup with default setup and then we will proceed to change data and bin logdirectory: 1. Start mysql (both … Read more