Creating calendar table Database error
The database has encountered a problem.
----------------------------------
Database error in vBulletin :
Invalid SQL:
CREATE TABLE calendar (
calendarid int unsigned NOT NULL auto_increment,
title varchar(255) NOT NULL DEFAULT '',
description varchar(100) NOT NULL DEFAULT '',
displayorder smallint NOT NULL DEFAULT '0',
neweventemail varchar(255) NOT NULL DEFAULT '',
moderatenew smallint NOT NULL DEFAULT '0',
startofweek smallint NOT NULL DEFAULT '0',
options int unsigned NOT NULL DEFAULT '0',
cutoff smallint unsigned NOT NULL DEFAULT '0',
eventcount smallint unsigned NOT NULL DEFAULT '0',
birthdaycount smallint unsigned NOT NULL DEFAULT '0',
startyear smallint unsigned NOT NULL DEFAULT '2000',
endyear smallint unsigned NOT NULL DEFAULT '2006',
PRIMARY KEY (calendarid),
KEY displayorder (displayorder)
);
MySQL Error : Table 'calendar' already exists
Error Number : 1050
Date : Sunday, April 22nd 2007 @ 05:29:02 PM
Script :
http://www.nfsitalia.com/forum/insta...0b3.php?step=1
Referrer :
http://www.nfsitalia.com/forum/insta...rade_300b3.php
IP Address : 151.73.177.251
Username :
Classname : vb_database