Page MenuHomePhabricator

MediaWiki installation on PHP 5.28 and XAMPP is troublesome
Closed, DeclinedPublic

Description

Author: whitestream6

Description:
Just tried installing the latest SVN build on XAMPP, and the install script did not work at all.
The following errors came up in the script:
Query "CREATE TABLE tag_summary ( ts_rc_id int NULL, ts_log_id int NULL, ts_rev_id int NULL, ts_tags BLOB NOT NULL, UNIQUE KEY (ts_rc_id), UNIQUE KEY (ts_log_id), UNIQUE KEY (ts_rev_id), ) ENGINE=InnoDB, DEFAULT CHARSET=binary " failed with error code "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 ') ENGINE=InnoDB, DEFAULT CHARSET=binary' at line 9 (localhost)".

I am using PHP 5.28 and the latest MySQL build; no idea why this happened, but it did.

Anyone else had this problem??


Version: unspecified
Severity: major

Details

Reference
bz17229

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:25 PM
bzimport set Reference to bz17229.
bzimport added a subscriber: Unknown Object (MLST).
  • Bug 17230 has been marked as a duplicate of this bug. ***

This was fixed by Domas in r46535. WORKSFORME with vanilla trunk and XAMPP.