bi deniyim dedim şöyle bir hata aldım import ederken

Alıntı
Hata

SQL sorgusu:

-- --------------------------------------------------------
--
-- Tablo yapısı : `pafiledb_cat`
--
CREATE TABLE `pafiledb_cat` (
`cat_id` int( 10 ) NOT NULL AUTO_INCREMENT ,
`cat_name` text,
`cat_desc` text,
`cat_files` int( 10 ) default NULL ,
`cat_1xid` int( 10 ) default NULL ,
`cat_parent` int( 50 ) default NULL ,
`cat_order` int( 50 ) default NULL ,
PRIMARY KEY ( `cat_id` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =195;

MySQL çıktısı: Yardım
#1064 - 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 '

CREATE TABLE `pafiledb_cat` (
`cat_id` int(10) NOT NULL auto_increment' at line 1