Major Problem here
I installed wrongly so I deleted the individual files and reinstalled it this time to the Root Directory but whenever I go to the installation procedure I get the message below
How can I sort this ??
Database error in vBulletin 3.5.3:
Invalid SQL:
CREATE TABLE `quiz` (
`qid` INT( 15 ) NOT NULL AUTO_INCREMENT ,
`q_name` VARCHAR( 255 ) NOT NULL default '0',
`q_state` TINYINT( 2 ) NOT NULL default '0',
`q_perms` text not null,
`q_start` int(15) not null default '0',
`q_end` int(15) not null default '0',
`q_autoend` tinyint(2) not null default '0',
`q_timelimit` int(8) not null default '0',
`q_viewanswer` tinyint(2) not null default '0',
PRIMARY KEY ( `qid` )
) TYPE = MYISAM;;
MySQL Error : Table 'quiz' already exists
Error Number : 1050
Date : Friday, February 17th 2006 @ 04:40:02 PM
Script : [url]
Referrer :
IP Address : 80.3.32.7
Username : Administrator
Classname : vb_database
|