Mar 29th, 2010, 11:25 AM
Hi swbrown,
No - the import process really won't mess up the old database.
... hmmm... unless you (a) used the same database and (b) used the same database prefix... Though even in that case I REALLY don't think it will will overwrite the old table... the CREATE TABLE query should simply fail.
Are you sure you're looking in the right database...? Could you have manually deleted the DB table or had it deleted by some other script? This is all very puzzling.
- Ben
No - the import process really won't mess up the old database.
... hmmm... unless you (a) used the same database and (b) used the same database prefix... Though even in that case I REALLY don't think it will will overwrite the old table... the CREATE TABLE query should simply fail.
Are you sure you're looking in the right database...? Could you have manually deleted the DB table or had it deleted by some other script? This is all very puzzling.
- Ben