When deleting a table in mysql, an error is reported: 1217 – cannot delete or update a parent row: a foreign key constant failure. How can I find this table being referenced by the foreign keys of which tables?
浏览量: 2 1. When deleting the table in MySQL, an error is reported: 1217 – Cannot delete or update a parent row: a foreign key constraaint fail. as shown in Figure 1 2. Reference:You...
Recent Comments