启用/关闭 Azure MySQL 外键约束 故事背景: 我有一个环境需要导入其他环境的数据,但在导入数据的时候出现由于外键约束导致数据录入失败的情况 ERROR 3780 (HY000) at line 25: Referencing column 'email_template_id' and referenced column 'id' in foreign key constraint… 2024-9-13 17:16 | 960 | 0 | Azure Cloud,DevOPS,MySQL 220 字 | 2 分钟 constraintFOREIGN_KEY_CHECKSMySQL