r15118 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r15117‎ | r15118 | r15119 >
Date:17:58, 28 June 2006
Author:greg
Status:old
Tags:
Comment:
Add port number, change comment
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -431,6 +431,8 @@
432432 */
433433 /** database host name or ip address */
434434 $wgDBserver = 'localhost';
 435+/** database port number */
 436+$wgDBport = '';
435437 /** name of the database */
436438 $wgDBname = 'wikidb';
437439 /** */
@@ -499,7 +501,7 @@
500502 /** How long to wait for a slave to catch up to the master */
501503 $wgMasterWaitTimeout = 10;
502504
503 -/** File to log MySQL errors to */
 505+/** File to log database errors to */
504506 $wgDBerrorLog = false;
505507
506508 /** When to give an error message */