mysql_query("create table _wfspro_index ( `id` int(12) not null auto_increment default '1', dosearch int(12), execindex int(12), path text, content text, date datetime, pop int(12), keywords text, primary key (id))") or die(str_replace("%1", "_wfspro_index", $lang_tabcrerr)."
".mysql_error());echo str_replace("%1", "_wfspro_index", $lang_tabcrsucc)."
";пишет Invalid default value for 'id'Как испавить не пойму, помогите
|