Hey there,
After my succesful upload of my back-up, this error appeared while uploading pictures...
mySQL error: Duplicate entry '0' for key 1
My Web: www.77photography.nl/coppermine
username: test
password: test
Greets,
Jasper
You didn't include the auto_increment settings in your backup. You will need to re-add these back in manually, so check thr sql/schema.sql file and search the board for details.
Hey Nibbler,
I've found some info:
You need to reset the autoincrement. run the query:
Code:
ALTER TABLE cpg130d_pictures AUTO_INCREMENT=0
How do I run a query?? Is that a strange question?
Best regards,
Jasper