https://bugzilla.wikimedia.org/show_bug.cgi?id=58153
--- Comment #2 from Dimitar Dimitrov <[email protected]> --- I have php 5.4.22 on my server, compiled with '--with-mysql' '--with-mysqli=...' '--with-pdo-mysql=...' I get the following errors: DB connection error Server: myserver:1234 , User: <user>, Password: <password>, error: :real_connect(): (HY000/2005): Unknown MySQL server host 'myserver:port' (2) Failed to connect to database 0 at myserver:1234 when I enter $wgDBServer = 'myserver:1234'; DB connection error Server: myserver, User: <user>, Password: <password>, error: :real_connect(): (28000/1045): Access denied for user '<user>'@'myserver' (using password: YES) Failed to connect to database 0 at myserver when I enter $wgDBServer = 'myserver'; $wgDBport = 1234; -- 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
