Last modified: 2007-06-05 00:52:34 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T11881, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 9881 - $wgDBport for MySQL
$wgDBport for MySQL
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Database (Other open bugs)
unspecified
PC All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-05-11 18:50 UTC by petr.bug
Modified: 2007-06-05 00:52 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description petr.bug 2007-05-11 18:50:36 UTC
In mediawiki-1.10.0 the option $wgDBport has no effect if $wgDBtype is "mysql".
Setting $wgDBport = "1234" (or any other value) has no offect on ability to
connect to database server.

$wgDBport was introduced for and used by Postgres since 1.7.
Comment 1 Rob Church 2007-05-11 18:53:50 UTC
That's right, $wgDBport is a PostgreSQL setting. To select a different port when
establishing a MySQL connection, use $wgDBserver = "hostname:port";
Comment 2 petr.bug 2007-05-11 19:23:39 UTC
I believed that it is not possible to specify port for MySQL. I was wrong. The
"hostname:port" works.

If $wgDBserver = "hostname:port"; can be used (what about IPv6 addresses?) for
MySQL then it may be possible for PostgreSQL code to use it as well. Thet would
deprecate $wgDBport and close this bug.
Comment 3 Rob Church 2007-06-05 00:52:34 UTC
The distinction is now made quite clear in LocalSettings.php and this is well documented. There's no bug here.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links