可以将 MySQL 5.1 主服务器复制到 5.0 从服务器吗?
是否可以从 MySQL 5.1 主服务器复制到 MySQL 5.0 从服务器,或者二进制日志不兼容?
Is it possible to replicate from a MySQL 5.1 master to MySQL 5.0 slaves or are the binary logs not compatible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://dev.mysql.com/doc/refman/5.0 /en/replication-compatibility.html
“从较新的主服务器到较旧的从服务器的复制可能是可能的,但通常不支持。这是由于多种因素造成的:”
答案可能取决于您的确切版本。如果您的 5.0 版本是 5.0.3 或更高版本,您很可能会侥幸逃脱。如果是 5.0.2 或更早版本,我怀疑它是否会起作用。
但我不是这方面的专家。
http://dev.mysql.com/doc/refman/5.0/en/replication-compatibility.html
"Replication from newer masters to older slaves may be possible, but is generally not supported. This is due to a number of factors: "
The answer may depend on your precise versions. If your 5.0 version is 5.0.3 or later you may well get away with it. If 5.0.2 or earlier then I doubt it will work.
But I'm no expert on this.