Fejl ved import
Hej,Jeg er igang med at installere en contribution til webshoppen osCommerce.
Det hele går fint indtil jeg skal importere .sql-filen, her får jeg følgende fejl:
Fejl
SQL-forespørgsel:
# $Id: latest_news.sql,v 1.3 2002/11/11 06:24:04 will Exp $
# Create the table to hold the latest news.
CREATE TABLE latest_news(
news_id int( 11 ) DEFAULT '0' NOT NULL AUTO_INCREMENT ,
headline varchar( 255 ) NOT NULL ,
content text NOT NULL ,
date_added datetime DEFAULT '0000-00-00 00:00:00' NOT NULL ,
language int( 11 ) NOT NULL default '1',
STATUS tinyint( 1 ) DEFAULT '0' NOT NULL ,
PRIMARY KEY ( news_id )
)
---------------------------------------
MySQL returnerede: Dokumentation
#1067 - Invalid default value for 'news_id'
---------------------------------------
Nogen der ved hvad der er galt?