MYSQL主 - 主复制

时间:2015-02-02 07:11:28

标签: mysql replication

当我从工作主 - 主复制重启任何服务器时,它停止工作,可能出现什么问题?我是否需要在两台服务器上设置binlog-do-db变量?我需要设置replicate-db变量吗?

“show master status”输出:

服务器1上的

+------------------+----------+--------------+------------------+
| File             | Position | Binlog_Do_DB | Binlog_Ignore_DB |
+------------------+----------+--------------+------------------+
| mysql-bin.000001 |      107 | purpledocsdbv1      |                  |
+------------------+----------+--------------+------------------+
1 row in set (0.00 sec)
服务器2上的

+------------------+----------+--------------+------------------+
| File             | Position | Binlog_Do_DB | Binlog_Ignore_DB |
+------------------+----------+--------------+------------------+
| bin-log.000001 |      78 |       |                  |
+------------------+----------+--------------+------------------+
1 row in set (0.00 sec)

1 个答案:

答案 0 :(得分:1)

  

当我从工作主 - 主复制重启任何服务器时,它会停止工作,可能出现什么问题?

执行Last_ErrorSHOW SLAVE STATUS列中列出的问题。

  

我是否需要在两台服务器上设置binlog-do-db变量?

没有

  

我是否需要设置replicate-db变量?

没有