1) You need to have a database to import.Answering the original question
2) You dont need to drop existing database and create a new one.You can import into existing DB.Truncate(to avoid unique constraint violations) the tables and import with ignore=y




Reply With Quote