Hi Kenneth,
You should be able to define in LocalSettings.php the host
and port values
with the same variable seperated by a colon.
$wgDBserver = "localhost:3307";
or
$wgDBserver = "server.domain.com:3307";
Ryan
On 7/27/06, Simpson, Kenneth <Kenneth.Simpson ucsf.edu> wrote:
>
> Hi - I have to move our wiki to a machine where the
> MySQL database is running on port 3307.
>
> The standard port is 3306.
>
> How to I set the port to be 3307?
>
> -- Ken
>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l Wikimedia.org
http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
|