Author Topic: Failed to import database construction  (Read 4721 times)

jan

  • Guest
Failed to import database construction
« on: December 18, 2011, 07:35:05 pm »
Trying to install the latest release, but I'm always getting the error:
Code: [Select]
Failed to import database construction. MySQL said: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server
version for the right syntax to use near 'USING BTREE,
KEY `by_name` (`name`),
KEY `defines_perm` (`defines_permission' at line 14
The problem seems related to the file mysql_schema.php...
I tried InnoDB and MyISAM...

Any idea?
Edit:
The environment checks are OK by the way:
    OK: PHP version is 5.2.17
    OK: 'mysql' extension is loaded
    OK: 'gd' extension is loaded
    OK: 'simplexml' extension is loaded
    OK: /config is writable
    OK: /cache is writable
    OK: /upload is writable
    OK: /tmp is writable
« Last Edit: December 18, 2011, 07:37:41 pm by jan »

jan

  • Guest
Re: Failed to import database construction
« Reply #1 on: December 23, 2011, 03:05:02 pm »
Hm, this isn't exactly what I'd call an active community  :(
Anyway, this seems promising but I now went with Redmine as it better suits my needs.