Error 1062 (23000) duplicate entry
I am in the process of setting up a duplicate forum for reasons of testing.
I had my host pull me a database backup thru SSH.
I took the backup and went to restore it into a new database on another host I have. I ran the proper code mysql -u databaseuser -p databasename < backup.sql and all went good.
I then get a ERROR 1062(23000) at line 5458 : Duplicate entry 'jagermeister' for key 2
I have done as much reading as I can interpret with my slim knowledge of databases. from what I can tell this has to do with information being placed into the wrong tables due to hacks/plugins on my site? Am I wrong on this?
Any help would appreciated.
|