Zap hosting database error

I always get this error whenever I input my own database with Zap I hope that someone could tell me what is wrong or what have I done wrong?

My export looks like this:

CREATE DATABASE IF NOT EXISTS `zap123456-7` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `zap123456-7`;

You could try taking out that /*! junk…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.