https://bugzilla.wikimedia.org/show_bug.cgi?id=58153
Roy Grubb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Roy Grubb <[email protected]> --- I experienced what looks like a manifestation of the same bug. Running php maintenance/update.php from the command line with what I knew were correct credentials, I had the response DB connection error: Unknown MySQL server host 'localhost:/tmp/mysql5.sock' (34) (localhost:/tmp/mysql5.sock) The answer in my case was to change the DB host from $wgDBserver = "localhost:/tmp/mysql5.sock" to just $wgDBserver = "localhost" My thanks to Ciencia Al Poder who pointed me here, and my ISP support who suggested the above. -- 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
