在主-主设置中,我需要编辑哪些命令或文件才能使其自动递增 2?
一台服务器增量 1, 3, 5。
另一台服务器增量 2, 4, 6
One server increment 1, 3, 5.
The other server increment 2, 4, 6
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
一台服务器增量 1, 3, 5。
另一台服务器增量 2, 4, 6
One server increment 1, 3, 5.
The other server increment 2, 4, 6
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
基于这个富有洞察力的教程: http://www.howtoforge.com/mysql_master_master_replication#comment-12927< /a>
通过将以下内容添加到 [mysqld] 下的 my.cnf 中,使 Master 1 仅自动递增奇数: 通过
将以下内容添加到 [mysqld] 下的 my.cnf 中,使 Master 2 仅自动递增偶数:
Based on this insightful tutorial: http://www.howtoforge.com/mysql_master_master_replication#comment-12927
Make Master 1 only auto-increment odd numbers by adding this to my.cnf under [mysqld]:
Make Master 2 only auto-increment even numbers by adding this to my.cnf under [mysqld]: