This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我有服务器 A 和服务器 B。我希望服务器 A 可以查看服务器 B 上特定文章的数据和更改。但服务器 B 只看到自己的数据。而且我还想更新服务器 B 上两个服务器上的数据,并且数据保持一致。我想禁止服务器 B 查看服务器 A 数据 简单来说,我希望在订阅者上使用一种方式插入复制,在两台服务器上对发布者数据进行两种方式更新。是否可以 ?如果是怎么回事?谢谢