tags:

views:

63

answers:

0

Hi! I need to create a copy of PROD database in my DEV environment. I've made a MySQL dump, truncated old database to remove all structure & data. But during import I get such error: http://pastebin.com/m1ff0e920. After googling, I've discovered, that this problem is for duplicated names of the foreign keys. But 1) There is no FK in this table 2) Database was truncated, how it could be a duplicated name? Thanks!