資料庫同步 - MySQL + replication - SSORC.tw
MySQL Replication 資料庫同步機制,Client同步 Server上的資料(單向 master -> slaver) master主機 1. 授權 replication slave 給slave主機 mysql> grant replication slave on *.* to repluser@192.168.1.2 identified by '123456'; 2. vi /etc/my.cnf
ssorc.tw |