|
| |
MySQL error on installing version 0.4.6
|
Chris,
Here's another issue I've just surfaced
I've already made a succesful install of version 0.46 on my development server
I'm just now trying to install a second 0.4.6 development copy to a new MYSQL database instance and am now seeing the following
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`)/*!40000 ALTER TABLE `bb_acls` DISABLE KEYS */;
Prior to getting this message I got the following
Checking various database settings and user's privileges.
Success! - Your database is properly configured.
Click on [Next] to import new data in the database: this may take a while, please be patient. |
| Connect |
Pass |
| Create |
Pass |
| Insert |
Pass |
| Update |
Pass |
| Select |
Pass |
| Delete |
Pass |
| Drop |
Pass |
I've unzipped the install contents to the server and am running newinstall.php
I've just made a successful install of 0.4.7 on the same development server so am a little stumped at the minute as to why I'd get this message
Do you have any ideas why I'd get this?
Many thanks

|