Hey Just need some help ive got a forum installed on my database already, my database allows you to add users so my main user is str8ballin for my str8ballin.com forums.
I added another user and wanted to install the forum did all the uploadin got to the install.php part. now it was sayying empty database but that wud delete me othe forum data and thats dumb so i tried to continue and it said this error:
Database error in vBulletin Installer :
Invalid SQL: CREATE TABLE access (
userid int(10) unsigned DEFAULT '0' NOT NULL,
forumid smallint(5) unsigned DEFAULT '0' NOT NULL,
accessmask smallint(5) unsigned DEFAULT '0' NOT NULL
)
mysql error: Table 'access' already exists
mysql error number: 1050
now i find this frustrating i cant install 2 vbulletins on the same database, can somebody point me in the right direction?
I added another user and wanted to install the forum did all the uploadin got to the install.php part. now it was sayying empty database but that wud delete me othe forum data and thats dumb so i tried to continue and it said this error:
Database error in vBulletin Installer :
Invalid SQL: CREATE TABLE access (
userid int(10) unsigned DEFAULT '0' NOT NULL,
forumid smallint(5) unsigned DEFAULT '0' NOT NULL,
accessmask smallint(5) unsigned DEFAULT '0' NOT NULL
)
mysql error: Table 'access' already exists
mysql error number: 1050
now i find this frustrating i cant install 2 vbulletins on the same database, can somebody point me in the right direction?
Comment