https://bugzilla.wikimedia.org/show_bug.cgi?id=58153
--- Comment #22 from Mark A. Hershberger <[email protected]> --- (In reply to Stefan Plewako :stef from comment #21) > With original settings: > $wgDBserver = "localhost:/var/lib/mysql/mysql.sock"; > > it doesn't work and after change in LocalSettings.php: > -#$wgDBserver = "localhost:/var/lib/mysql/mysql.sock"; > +$wgDBport = "/var/lib/mysql/mysql.sock"; > > it works again. What if you don't add $wgDBport? Does it work then? I think it should since, IIRC, /var/lib/mysql/mysql.sock is the standard connection for localhost on Debian. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
