使用复合键进行数据库复制?
根据 MySQL 文档 关于数据库复制,“使用基于行的复制复制的所有表都必须具有显式主键。”
可以安全地假设数据库复制将使用复合键吗?
According to the MySQL documentation on database replication, "All tables replicated using row-based replication must have explicit primary keys."
Is it safe to assume that database replication will work with a composite keys?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
主键可以是复合键。
A primary key can be an composite key.