Error!! - NBS






 

 

Error!! - NBS

View Full Version : Error!!


NoM
20-Dec-2006, 01:07 AM
Every time I make a new forum
it says this:
SQL Query:
CREATE TABLE n_auth_access (
group_id mediumint(8) DEFAULT '0' NOT NULL,
forum_id smallint(5) UNSIGNED DEFAULT '0' NOT NULL,
auth_view tinyint(1) DEFAULT '0' NOT NULL,
auth_read tinyint(1) DEFAULT '0' NOT NULL,
auth_post tinyint(1) DEFAULT '0' NOT NULL,
auth_reply tinyint(1) DEFAULT '0' NOT NULL,
auth_edit tinyint(1) DEFAULT '0' NOT NULL,
auth_delete tinyint(1) DEFAULT '0' NOT NULL,
auth_sticky tinyint(1) DEFAULT '0' NOT NULL,
auth_announce tinyint(1) DEFAULT '0' NOT NULL,
auth_vote tinyint(1) DEFAULT '0' NOT NULL,
auth_pollcreate tinyint(1) DEFAULT '0' NOT NULL,
auth_attachments tinyint(1) DEFAULT '0' NOT NULL,
auth_mod tinyint(1) DEFAULT '0' NOT NULL,
KEY group_id (group_id),
KEY forum_id (forum_id)
);
MySQL Error: Table 'n_auth_access' already exists
MySQL Error Number: 1050
Date: Tuesday, December 19, 2006 19:06:40
Username:
IP Address:

What should I do?

Derek
20-Dec-2006, 02:28 AM
A forum probably had that name before and the table probably didnt get deleted for some reason. Go into PHPMyAdmin and delete all of the n_ tables.