Quote:
Originally Posted by CILGINKRAL_
Database error in vBulletin 4.1.6:
Code:
Invalid SQL:
CREATE TABLE `vbsso_users` (
`email` VARCHAR(100) NOT NULL PRIMARY KEY,
`emailmd5` VARCHAR(32) NOT NULL,
`vbuserid` INT(10) UNSIGNED UNIQUE NOT NULL
);
MySQL Error : Table 'vbsso_users' already exists
Error Number : 1050
Request Date : Monday, September 26th 2011 @ 12:58:24 PM
Error Date : Monday, September 26th 2011 @ 12:58:24 PM

|
CILGINKRAL_, It looks like you have already tried to install a product several times and all your attempts failed. We recommend you remove already created in vBulletin tables by executing the following SQL:
Code:
DROP TABLE IF EXISTS vbsso_listeners;
DROP TABLE IF EXISTS vbsso_properties;
DROP TABLE IF EXISTS vbsso_users;
And try to install it again.