mysql - ERROR 1062 (23000) at line 3907: Duplicate entry '1985' for key 'PRIMARY' -


after trying import database.sql, received error.

error 1062 (23000) @ line 3907: duplicate entry '1985' key 'primary'

i've tried read here don't understand them. there solution can use import database properly?

thanks,

you have same primary key in import file. go line , remove line or second possibility set flag ignore ids have inconsistent data , dublicate primary key.

how skip row when importing bad mysql dump


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -