burada yanlış olan nedir eklenmiyor bu ,
Alıntı
CREATE TABLE IF NOT EXISTS `site` (
`id` int(10) NOT NULL auto_increment,
`log` int(10) NOT NULL default ,
PRIMARY KEY (`id`)
);
INSERT INTO site VALUES ('1', '1');
aldığım hata şu
MySQL çıktısı:
#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 '
PRIMARY KEY (`id`)
)' at line 3