[Mediawiki-l] Error in install script?

Sheldon Rampton sheldon.rampton at verizon.net
Sat Feb 28 09:34:53 UTC 2004


FYI, I ran into an error the other day when I tried installing a new 
wiki using the MediaWiki software on a remote server. The error 
occurred on line 114 of install.php, which currently reads as follows:

>$rconn = mysql_connect( $wgDBserver, "root", $rootpw );

I got it to work by changing the line to the following:

>$rconn = mysql_connect( $wgDBserver, $wgDBuser, $rootpw );

--Sheldon Rampton



More information about the MediaWiki-l mailing list