I am importing a database from one server to another via phpMyAdmin. I am importing one table at a time. Importing records into an empty table is no problem. But I am getting SQL errors (duplicate errors) when importing records into a table that is partially populated.
Some of the tables are populated with default data (like the configuration table). I am wondering about a couple of things.
First, does importing data into the Zen Cart database override records or just add records. I don't want to add records but replace records so I am wondering if I should delete all the default records first before I import records into any particular table. Should I delete all the records so I can import into an empty table? Any advice from anyone that has been down this road?



