I don't know MYSQL so I don't know where to start.
Here is the error e-mail that I got.
Database error in vBulletin :
Invalid SQL:
CREATE TABLE access (
userid INT UNSIGNED NOT NULL DEFAULT '0',
forumid SMALLINT UNSIGNED NOT NULL DEFAULT '0',
accessmask SMALLINT UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY userid (userid, forumid)
)
mysql error: Table 'access' already exists
mysql error number: 1050
Date: Friday 03rd of June 2005 10:02:38 PM
Script: http://www.ultimatecheer.ca/forums/install/install.php?step=3
Referer: http://www.ultimatecheer.ca/forums/install/install.php?step=2
IP Address: ***.***.***.***
Versions
PHP 4.3.10
MySQL 3.23.54
TIA
Here is the error e-mail that I got.
Database error in vBulletin :
Invalid SQL:
CREATE TABLE access (
userid INT UNSIGNED NOT NULL DEFAULT '0',
forumid SMALLINT UNSIGNED NOT NULL DEFAULT '0',
accessmask SMALLINT UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY userid (userid, forumid)
)
mysql error: Table 'access' already exists
mysql error number: 1050
Date: Friday 03rd of June 2005 10:02:38 PM
Script: http://www.ultimatecheer.ca/forums/install/install.php?step=3
Referer: http://www.ultimatecheer.ca/forums/install/install.php?step=2
IP Address: ***.***.***.***
Versions
PHP 4.3.10
MySQL 3.23.54
TIA
Comment