From 06dc7d0153f7949051eadf7948557a132e610faa Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Sat, 7 Jul 2018 15:28:16 +0000 Subject: [PATCH] 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 --- includes/installer/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", -- 2.20.1