Merhaba arkadaşlar elimde bir mysql veritabanı var sql sorgusu olarak çalıştırsamda import etsemde aşağıdaki hatayı alıyorum sorun ne olabilir ?
Error
SQL query:
#
# Table structure for table 'Kurtadamlar'
#
CREATE TABLE (
id int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
yourid int( 10 ) default NULL ,
fid int( 10 ) default NULL ,
PRIMARY KEY ( id ) ,
UNIQUE KEY id( id ) ,
KEY id_2( id )
);
MySQL said: Documentation
#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 '(
  id int(10) unsigned NOT NULL auto_increment,
Şimdiden teşekkürler ,