Here is what I got this time, Link!
Quote:
Database error in vBulletin 3.0.0 Release Candidate 3:
Invalid SQL: CREATE TABLE shoutbox_posts (`shoutid` BIGINT (255) UNSIGNED DEFAULT '0' AUTO_INCREMENT, `text` TEXT, `userid` BIGINT (255) UNSIGNED DEFAULT '0', `username` VARCHAR (255) DEFAULT '0', `ip` VARCHAR (25) DEFAULT '0', `time` BIGINT (20) UNSIGNED DEFAULT '0', `edittime` BIGINT (20) UNSIGNED DEFAULT '0', `edituser` VARCHAR (255) DEFAULT '0', `deleted` TINYINT(1) UNSIGNED DEFAULT '0', PRIMARY KEY(`shoutid`))
mysql error: Table 'shoutbox_posts' already exists
mysql error number: 1050
|
How can I uninstall it so that I can do a fresh install to avoid all these duplicate entries? Thanks, Link!