Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在生产服务器上运行的大型 mySQL (InnoDB) 数据库,我需要每隔一段时间将暂存数据库与生产数据库同步。
其中一张表,我们称之为 generate_data,包含大量经常更改的数据,因此不需要将其同步到暂存数据库。
问题是,另一个表包含一个指向 generate_data 的可选外键,因此我不能简单地忽略该表。我需要一种在执行转储时将外键设置为 null 的方法。