I want to import DB2.SQL but instead of deleting my olds thing in DB1.SQL . How do I replace the things?
I want to import DB2.SQL but instead of deleting my olds thing in DB1.SQL . How do I replace the things?
You'll need to delete it, it wont mess up anything, techinally your just adding
a new database. Cause maybe you want the layout etc to look different.
Just drop the whole database, create a new one and import DB2.sql
~Sophie