XecOps
  • Home
  • About
Taggged

Mysql

A collection of 1 post

How to Replication Mysql Master to Master
database

How to Replication Mysql Master to Master

Setting up hosts on VM1 and VM2, example: vim /etc/hosts Add: 192.168.57.201 saka.id 192.168.57.202 sira.id Configuration on VM1: mysql mysql> GRANT REPLICATION SLAVE ON *.* TO 'repl_user'@'%' IDENTIFIED BY 'secretpassword'; mysql> FLUSH PRIVILEGES; Configuration MySQL, disable config like (expire_logs_days, max_binlog_size dan bind-address).

  • Mahyuddin
Mahyuddin 28 November 2017 • 3 min read
XecOps © 2023
    Latest Posts
Made with Powered by Hugo 0.115.1