Bigdump, error at the line 23

Reacontom
Hallo,

Ich habe mir verschieden Scripte gekauft und das importieren mit Bigdump hat toll funktioniert.

Bei einem neuen Script wurde mir aber folgender Fehler angezeigt:

Error at the line 23: ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german2_ci AUTO_INCREMENT=7 ;

Query: -- phpMyAdmin SQL Dump
CREATE TABLE `categories` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) collate latin1_german2_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german2_ci AUTO_INCREMENT=7 ;

MySQL: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-- phpMyAdmin SQL Dump CREATE TABLE `categories` ( `id` int(11) NOT NULL au' at line 1

Leider kann ich damit nichts anfangen und benötige hier euren Rat,
Danke