Index: trunk/phase3/config/index.php |
— | — | @@ -1465,19 +1465,21 @@ |
1466 | 1466 | \$wgDBname = \"{$slconf['DBname']}\"; |
1467 | 1467 | \$wgDBuser = \"{$slconf['DBuser']}\"; |
1468 | 1468 | \$wgDBpassword = \"{$slconf['DBpassword']}\"; |
1469 | | -\$wgDBport = \"{$slconf['DBport']}\"; |
| 1469 | + |
| 1470 | +# MySQL specific settings |
1470 | 1471 | \$wgDBprefix = \"{$slconf['DBprefix']}\"; |
1471 | 1472 | |
1472 | 1473 | # MySQL table options to use during installation or update |
1473 | 1474 | \$wgDBTableOptions = \"{$slconf['DBTableOptions']}\"; |
1474 | 1475 | |
1475 | | -# Schemas for Postgres |
| 1476 | +# Experimental charset support for MySQL 4.1/5.0. |
| 1477 | +\$wgDBmysql5 = {$conf->DBmysql5}; |
| 1478 | + |
| 1479 | +# Postgres specific settings |
| 1480 | +\$wgDBport = \"{$slconf['DBport']}\"; |
1476 | 1481 | \$wgDBmwschema = \"{$slconf['DBmwschema']}\"; |
1477 | 1482 | \$wgDBts2schema = \"{$slconf['DBts2schema']}\"; |
1478 | 1483 | |
1479 | | -# Experimental charset support for MySQL 4.1/5.0. |
1480 | | -\$wgDBmysql5 = {$conf->DBmysql5}; |
1481 | | - |
1482 | 1484 | ## Shared memory settings |
1483 | 1485 | \$wgMainCacheType = $cacheType; |
1484 | 1486 | \$wgMemCachedServers = $mcservers; |