From: Siebrand Mazeland Date: Fri, 20 May 2011 19:31:29 +0000 (+0000) Subject: Tweak 'config-mysql-myisam-dep' (added in r88475). X-Git-Tag: 1.31.0-rc.0~30057 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=96c1cfce77b7b8b9511b765d822dc45948e370fb;p=lhc%2Fweb%2Fwiklou.git Tweak 'config-mysql-myisam-dep' (added in r88475). --- 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.