I am using Community v 10.
Wanted to copy the whole database from my localhost to a server, but got an error of code 1005, foreign key constraint.
Right click the database and choose “Copy database to Different Host/Database…”
The table of the error occurred is Employee, there is a foreign key (Employee.SupervisorID) references Supervisior.EmployeeID.
I guess because Supervisor table was not yet copied.
Anyway to get around it?