Please look at this:
Code:
CREATE DATABASE /*!32312 [b]IF NOT EXISTS[/b]*/`test` /*!40100 DEFAULT CHARACTER SET latin1 */;
Probably the database already has a `test` database. If it has nothing important you may drop it before running the import job. Or manually edit the dump and replace all instances of `test`with `test_new`or whatever.