From: Brian Wolff Date: Sat, 7 Jul 2018 15:28:16 +0000 (+0000) Subject: Mark InnoDB as recomended in the installer. X-Git-Tag: 1.34.0-rc.0~4800^2 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=06dc7d0153f7949051eadf7948557a132e610faa;p=lhc%2Fweb%2Fwiklou.git Mark InnoDB as recomended in the installer. Most users will have no idea what this is, and I honestly wonder why we even offer a choice here. Change-Id: I496d1056f089c35bff321a8206ca264b12a54d56 --- diff --git a/includes/installer/i18n/en.json b/includes/installer/i18n/en.json index dbc18498e2..45bbc4f0a9 100644 --- a/includes/installer/i18n/en.json +++ b/includes/installer/i18n/en.json @@ -156,7 +156,7 @@ "config-db-web-create": "Create the account if it does not already exist", "config-db-web-no-create-privs": "The account you specified for installation does not have enough privileges to create an account.\nThe account you specify here must already exist.", "config-mysql-engine": "Storage engine:", - "config-mysql-innodb": "InnoDB", + "config-mysql-innodb": "InnoDB (recommended)", "config-mysql-myisam": "MyISAM", "config-mysql-myisam-dep": "Warning: You have selected MyISAM as storage engine for MySQL, which is not recommended for use with MediaWiki, because:\n* it barely supports concurrency due to table locking\n* it is more prone to corruption than other engines\n* the MediaWiki codebase does not always handle MyISAM as it should\n\nIf your MySQL installation supports InnoDB, it is highly recommended that you choose that instead.\nIf your MySQL installation does not support InnoDB, maybe it's time for an upgrade.", "config-mysql-only-myisam-dep": "Warning: MyISAM is the only available storage engine for MySQL on this machine, and this is not recommended for use with MediaWiki, because:\n* it barely supports concurrency due to table locking\n* it is more prone to corruption than other engines\n* the MediaWiki codebase does not always handle MyISAM as it should\n\nYour MySQL installation does not support InnoDB, maybe it's time for an upgrade.",