简体   繁体   English

Percona MySQL Server 5.7.23 是否支持多源复制?

[英]Does Percona MySQL Server 5.7.23 support multi-source replication?

We want to run multi-source replication.我们要运行多源复制。

Server version: 5.7.23-23-log Percona Server (GPL), Release '23', Revision '500fcf5'

mysql> CHANGE MASTER TO MASTER_HOST='1.2.3.4', MASTER_PORT=3306, MASTER_USER='repl', MASTER_PASSWORD='xxx' for channel="master1";
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '="master1"' at line 1

Does latest version of Percona Server not support multi-source replication or the SQL command should be different?最新版本的 Percona Server 不支持多源复制还是 SQL 命令应该不同?

看起来正确的语法是FOR CHANNEL 'master-1'

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM