Alright, so here is the scenario
I performed a full backup on my mysql server today. Now when I try to import that .sql dump file, I get the error mentioned in the title and it does not load all the other databases.
How can I get around this so phymyadmin will allow me to import the whole file, or is there a way I could "remove" information_schema from the sql dump
Thanks
As Dan Grossman said:
To "remove" information_schema from the dump, open the file in notepad and delete those lines. It's just a text file of sequential queries to run.