Manual:$wgDBport
From MediaWiki.org
| Database settings: $wgDBport | |
|---|---|
| Database port. Only used by PostgreSQL. |
|
| Introduced in version: | 1.7.0 (r15118) |
| Removed in version: | still in use |
| Allowed values: | number (or empty string if not set) |
| Default value: | 5432 |
Other settings: Alphabetical | By Function
Details[edit | edit source]
Port number used by the PostgreSQL database. If left blank, the appropriate port number is used.
Note: This setting is not applicable to MySQL. See $wgDBserver if you need a non-standard port for MySQL.