Manual:$wgDBserver

From MediaWiki.org

Jump to: navigation, search
Database settings: $wgDBserver
Database host name or ip address.
Introduced in version: pre 1.1.0
Removed in version: still in use
Allowed Values: (string)
Default Value: 'localhost'

Other settings: Alphabetical | By Function


[edit] Details

Database host name or ip address.

Tip: Use IP addresses where possible to avoid the overhead of a DNS lookup for every single connection to the wiki. $wgDBserver = "000.000.000.000" will be faster than $wgDBserver = "x.y.org"