Alıntı
Error at the line 25: ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Query: CREATE TABLE IF NOT EXISTS `access` ( `userid` int(10) unsigned NOT NULL default '0', `forumid` smallint(5) unsigned NOT NULL default '0', `accessmask` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`userid`,`forumid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
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 'DEFAULT CHARSET=latin1' at line 6
Stopped on error
Bu hata ne hatası ve nasıl düzeltebilirim acaba ??

Yada en azindan şu hatayı

Alıntı
Error at the line 19607: ) TYPE=MyISAM;

Query: -- -- CREATE TABLE dl_cats ( id int(10) unsigned NOT NULL auto_increment, name varchar(50) NOT NULL default '', abbr varchar(10) NOT NULL default '', desc text NOT NULL, parent int(10) unsigned NOT NULL default '0', subs tinyint(2) unsigned NOT NULL default '0', weight double unsigned NOT NULL default '0', files int(10) unsigned NOT NULL default '0', PRIMARY KEY (id) ) TYPE=MyISAM;

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 'desc text NOT NULL, parent int(10) unsigned NOT NULL default

Stopped on error
Bu hataları bigdump'ta alıyorum.. ssh ile deniyorum ama atamadım birtürlü yedeği.