From 96c1cfce77b7b8b9511b765d822dc45948e370fb Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 20 May 2011 19:31:29 +0000 Subject: [PATCH] Tweak 'config-mysql-myisam-dep' (added in r88475). --- includes/installer/Installer.i18n.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 6aad7dcc5b..e3b3a62670 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -317,15 +317,13 @@ The account you specify here must already exist.', 'config-mysql-engine' => 'Storage engine:', 'config-mysql-innodb' => 'InnoDB', 'config-mysql-myisam' => 'MyISAM', - 'config-mysql-myisam-dep' => "'''Warning''': You have selected MyISAM. MyISAM is not recommended for use with MediaWiki, because: + 'config-mysql-myisam-dep' => "'''Warning''': You have selected MyISAM as storage engine for MySQL, which is not recommended for use with MediaWiki, because: * it barely supports concurrency due to table locking * it is more prone to corruption than other engines * the MediaWiki codebase does not always handle MyISAM as it should -* probably other reasons... If your MySQL installation supports InnoDB, it is highly recommended that you choose that instead. -If your MySQL installation does not support InnoDB, maybe its time for an upgrade. -", +If your MySQL installation does not support InnoDB, maybe its time for an upgrade.", 'config-mysql-engine-help' => "'''InnoDB''' is almost always the best option, since it has good concurrency support. '''MyISAM''' may be faster in single-user or read-only installations. -- 2.20.1