On step 3 I get "slight problem with database message"
Here is the source:
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
Any help would be greatly appreciated
Here is the source:
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
Any help would be greatly appreciated
Comment