| Index: trunk/phase3/includes/DefaultSettings.php |
| — | — | @@ -431,6 +431,8 @@ |
| 432 | 432 | */ |
| 433 | 433 | /** database host name or ip address */ |
| 434 | 434 | $wgDBserver = 'localhost'; |
| | 435 | +/** database port number */ |
| | 436 | +$wgDBport = ''; |
| 435 | 437 | /** name of the database */ |
| 436 | 438 | $wgDBname = 'wikidb'; |
| 437 | 439 | /** */ |
| — | — | @@ -499,7 +501,7 @@ |
| 500 | 502 | /** How long to wait for a slave to catch up to the master */ |
| 501 | 503 | $wgMasterWaitTimeout = 10; |
| 502 | 504 | |
| 503 | | -/** File to log MySQL errors to */ |
| | 505 | +/** File to log database errors to */ |
| 504 | 506 | $wgDBerrorLog = false; |
| 505 | 507 | |
| 506 | 508 | /** When to give an error message */ |