Posted on Jan 15, 2007, 5:09 am by Siman
| |
....Chris....
|
same problem diffrent server same php&MySQL Vs (god forbid)
error after everything said pass
Inserting all required data in the database.
Failure! - Reported Error:
Sorry, unable to run query:
CREATE TABLE `bb_acls` ( `acl_ID` int(10) NOT NULL auto_increment, `acl_area` int(10) default NULL, `acl_group` int(10) default NULL, `canread` tinyint(1) default NULL, `canwrite` tinyint(1) default NULL, `canstart` tinyint(1) default NULL, `cansee` tinyint(1) default NULL, `canmod` tinyint(1) default NULL, `server` int(10) default NULL, KEY `acl_ID` (`acl_ID`), KEY `groups` (`acl_group`), KEY `server` (`server`), KEY `acl_area` (`acl_area`), KEY `cansee` (`cansee`), KEY `canread` (`canread`), KEY `canwrite` (`canwrite`), KEY `canstart` (`canstart`), KEY `canmod` (`canmod`)DROP TABLE IF EXISTS `bb_areas`;
|