This is often because someone tried to export both the database and something called INFORMATION_SCHEMA (the latter should not)

What you can do then is to edit SQL file with a text editor and remove the line and then try to import this SQL file :

CREATE DATABASE `information_schema` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE` information_schema`;