https://bugzilla.wikimedia.org/show_bug.cgi?id=58153

--- Comment #21 from Stefan Plewako :stef <d...@splewako.com> ---
(In reply to Andre Klapper from comment #20)
> Stefan: Is this also a setting your provider recommended (see comment 12)?

No, it was setting suggested on
https://www.mediawiki.org/wiki/Manual:Config_script

> Did you check that the code change in
> https://gerrit.wikimedia.org/r/#/c/119735/ is in place on the server, just
> to make sure?

Yes, it is.

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.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to