I recently worked with a MySQL database and used the MySQL workbench to develop the database.
When I use the export function to SQL, so I can actually get the layout in the database, I get:
"Error 1005: Unable to create table"
This seems to be related to foreign keys in the create table statement.
Does anyone have a job for this that does not involve lifting the restrictions and then returning them? This is less than ideal considering the size of the database.
source
share