【MySQL】『001』设置外键错误汇总( $ _ $ )
错误代码
Error ERROR 1022: Can’t write; duplicate key in table ‘#sql-76b_7cbf’
# 这类错误,主要是外键名称重复导致,改为不同名字就可以了
Error ERROR 1452 (23000): Cannot add or update a child row: a foreign key constraint fails
#...
原创
2019-02-15 14:57:43 ·
259669 阅读 ·
0 评论