十年網(wǎng)站開發(fā)經(jīng)驗(yàn) + 多家企業(yè)客戶 + 靠譜的建站團(tuán)隊(duì)
量身定制 + 運(yùn)營維護(hù)+專業(yè)推廣+無憂售后,網(wǎng)站問題一站解決
mariadb1: 192.168.11.247
mariadb2: 192.168.11.246
1 mariadb1配置
vi /etc/my.cnf.d/server.cnf
[mysqld]
server-id = 1
log-bin = master-log
relay-log = slave-log
auto_increment_offset = 1
auto_increment_increment = 2
2 mariadb2配置
vi /etc/my.cnf.d/server.cnf
[mysqld]
server-id = 2
log-bin = master-log
relay-log = slave-log
auto_increment_offset = 2
auto_increment_increment = 2
3 重啟mariadb服務(wù)
systemctl restart mariadb
4 mariadb1主, mariadb2從配置
mariadb1在sql里面執(zhí)行:
MariaDB [(none)]> create user 'lan'@'192.168.11.%' identified by '666666';
MariaDB [(none)]> grant replication slave on . to 'lan'@'192.168.11.%';
show master status;
mariadb2在sql里面執(zhí)行:
#log_file和log_pos的數(shù)據(jù)是mariad1上show master status得到的數(shù)據(jù)
change master to master_host='192.168.11.247', master_user='lan', master_password='666666', master_log_file='master-log.000001', master_log_pos=498;
start slave;
show slave status\G;
5 mariadb2為主, mariadb1從配置
mariadb2在sql里面執(zhí)行:
MariaDB [(none)]> create user 'lan'@'192.168.11.%' identified by '666666';
MariaDB [(none)]> grant replication slave on . to 'lan'@'192.168.11.%';
show master status;
mariadb1在sql里面執(zhí)行:
#log_file和log_pos的數(shù)據(jù)是mariad2上show master status得到的數(shù)據(jù)
change master to master_host='192.168.11.246', master_user='lan', master_password='666666', master_log_file='master-log.000001', master_log_pos=498;
start slave;
show slave status\G;
至此, 主主同步復(fù)制配置完成,撒花
[詳情請點(diǎn)擊]](https://www.aigony.com/pages/viewpage.action?pageId=1376296)
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。