On Tue, Nov 29, 2011 at 10:33 AM, Jeffrey T. Darlington <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > > This morning I downloaded MediaWiki 1.18.0 and attempted to upgrade my > existing wiki from version 1.17.0. Unfortunately, > maintenance/update.php fails when it attempts to create the table > "uploadstash" with a MySQL error: > > 1064: 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 'TYPE=InnoDB' at line 17 (localhost) >
In your LocalSettings.php, change TYPE=InnoDB to ENGINE=InnoDB. -Chad _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
