Error importing database over existing database
-
Hi
I received the following error while importing a backup of my database. I am importing this database and hoping to overwrite the current one.Error SQL query: -- -- Dumping data for table <code>db_bids</code> -- INSERT INTO <code>db_bids</code> ( <code>id</code> , <code>price_from</code> , <code>price_to</code> , <code>amount</code> , <code>price_from1</code> , <code>price_to1</code> , <code>amount1</code> , <code>price_from2</code> , <code>price_to2</code> , <code>amount2</code> ) VALUES ( 10, 0, 1000, 0, 1000, 10000, 0, 10000, 10000000, 0 ) ; MySQL said: #1062 - Duplicate entry '10' for key 1
Any pointers would be great.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Error importing database over existing database’ is closed to new replies.