I need to import data from a local backup into a new database.
I created a new MySQL database and new name for it. Unfortunately I did not enable drop table, when I backed up my old database.
When I try to import my old data into a new database, it errors out and states that database exists already. (my old database is still up, but I do not want to delete or merge due to some changes)
I have my local backup as a .sql file which I downloaded with phpmyadmin, with these settings: see jpeg
and I also have a .txt file from a telnet/SSH dump but it also contains my old database name.
any advice?


, when I backed up my old database.

