From: Greg Sabino Mullane Date: Wed, 28 Jun 2006 17:58:11 +0000 (+0000) Subject: Add port number, change comment X-Git-Tag: 1.31.0-rc.0~56553 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=279512e29ff2cb0364b5979074f1d88559841ee3;p=lhc%2Fweb%2Fwiklou.git Add port number, change comment --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index c4b2296202..e1559abe50 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -431,6 +431,8 @@ $wgSMTP = false; */ /** database host name or ip address */ $wgDBserver = 'localhost'; +/** database port number */ +$wgDBport = ''; /** name of the database */ $wgDBname = 'wikidb'; /** */ @@ -499,7 +501,7 @@ $wgDBservers = false; /** How long to wait for a slave to catch up to the master */ $wgMasterWaitTimeout = 10; -/** File to log MySQL errors to */ +/** File to log database errors to */ $wgDBerrorLog = false; /** When to give an error message */