You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to restore a database that has foreign key constraints - with dropExisting enabled - the MysqlImportService returns e.g.: Cannot drop table 'address' referenced by a foreign key constraint 'FKditu6lr4ek16tkxtdsne0gxib' on table 'users'.
Probably needed to disable foreign key checks before executing the drop.
The text was updated successfully, but these errors were encountered:
When trying to restore a database that has foreign key constraints - with dropExisting enabled - the MysqlImportService returns e.g.:
Cannot drop table 'address' referenced by a foreign key constraint 'FKditu6lr4ek16tkxtdsne0gxib' on table 'users'.
Probably needed to disable foreign key checks before executing the drop.
The text was updated successfully, but these errors were encountered: