http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97527

Revision: 97527
Author:   greg
Date:     2011-09-19 18:28:35 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
Put notes in host help about PostgreSQL via unix socket, as IP is not always 
enabled.

Modified Paths:
--------------
    trunk/phase3/includes/installer/Installer.i18n.php

Modified: trunk/phase3/includes/installer/Installer.i18n.php
===================================================================
--- trunk/phase3/includes/installer/Installer.i18n.php  2011-09-19 18:25:39 UTC 
(rev 97526)
+++ trunk/phase3/includes/installer/Installer.i18n.php  2011-09-19 18:28:35 UTC 
(rev 97527)
@@ -169,7 +169,10 @@
 
 If you are using shared web hosting, your hosting provider should give you the 
correct host name in their documentation.
 
-If you are installing on a Windows server and using MySQL, using "localhost" 
may not work for the server name. If it does not, try "127.0.0.1" for the local 
IP address.',
+If you are installing on a Windows server and using MySQL, using "localhost" 
may not work for the server name. If it does not, try "127.0.0.1" for the local 
IP address.
+
+If you are using PostgreSQL, leave this field blank to connect via a Unix 
socket.
+',
        'config-db-host-oracle'           => 'Database TNS:',
        'config-db-host-oracle-help'      => 'Enter a valid 
[http://download.oracle.com/docs/cd/B28359_01/network.111/b28317/tnsnames.htm 
Local Connect Name]; a tnsnames.ora file must be visible to this 
installation.<br />If you are using client libraries 10g or newer you can also 
use the 
[http://download.oracle.com/docs/cd/E11882_01/network.112/e10836/naming.htm 
Easy Connect] naming method.',
        'config-db-wiki-settings'         => 'Identify this wiki',


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to