I can´t install due this error:
Database error in vBulletin 3.0.0 Release Candidate 2:
Invalid SQL:
CREATE TABLE vbindex_shoutbox (
shoutid int(11) NOT NULL auto_increment,
userid int(11) NOT NULL default '0',
shout text NOT NULL,
dateline int(11) NOT NULL default '0',
PRIMARY KEY (shoutid)
) TYPE=MyISAM
mysql error: Table 'vbindex_shoutbox' already exists
mysql error number: 1050
any help?
|