<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">Sorry, but that did not work either:<br><br><span style="font-family:monospace,monospace">~$ mysql -h 127.0.0.1 -u wikiadmin -pwikipassword<br>ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111)<br><br></span></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><span style="font-family:arial,helvetica,sans-serif">For the record, the my.cnf file looks like <a href="http://pastebin.com/SpkNuLEP">http://pastebin.com/SpkNuLEP</a> and the /run/mysqld directory is empty as shown below:</span><span style="font-family:monospace,monospace"><br><br>$ ls -a /run/mysqld/<br>.  ..<br><br><br></span></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 27, 2016 at 4:49 PM, Tim Landscheidt <span dir="ltr"><<a href="mailto:tim@tim-landscheidt.de" target="_blank">tim@tim-landscheidt.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Huji Lee <<a href="mailto:huji.huji@gmail.com">huji.huji@gmail.com</a>> wrote:<br>
<br>
> Thanks Tim. When I try to connect to the mysql server using the mysql -u<br>
> wikiadmin -pwikipassword I get the following error message. I checked and<br>
> the socket file really doesn't exist (the directory /run/mysqld/ is empty).<br>
<br>
> ERROR 2002 (HY000): Can't connect to local MySQL server through socket<br>
> '/run/mysqld/mysqld.sock' (2)<br>
<br>
> I ran sudo find / -type s to see if I can find the socket file elsewhere;<br>
> the result is at <a href="http://pastebin.com/5LU21Zt5" rel="noreferrer" target="_blank">http://pastebin.com/5LU21Zt5</a> and doesn't include any mysql<br>
> socket files! Yet the instance is running a wiki on mysql. I am confused,<br>
> and still need help connecting to the DB.<br>
<br>
</span>> […]<br>
<br>
<a href="https://phabricator.wikimedia.org/diffusion/MWVA/browse/master/LocalSettings.php;56e841424332255b1101e88cf6fbfd80382216a8$16-19" rel="noreferrer" target="_blank">https://phabricator.wikimedia.<wbr>org/diffusion/MWVA/browse/<wbr>master/LocalSettings.php;<wbr>56e841424332255b1101e88cf6fbfd<wbr>80382216a8$16-19</a><br>
says:<br>
<br>
| […]<br>
<br>
| // WMF specific HHVM builds don't support unix socket connections to MySQL.<br>
| // Use IP address rather than default of 'localhost' to help runtime pick the<br>
| // right connection method.<br>
| $wgDBserver = '127.0.0.1';<br>
<br>
| […]<br>
<br>
so I assume you need to add "-h 127.0.0.1" to the mysql<br>
call.<br>
<div class="HOEnZb"><div class="h5"><br>
Tim<br>
<br>
<br>
______________________________<wbr>_________________<br>
Labs-l mailing list<br>
<a href="mailto:Labs-l@lists.wikimedia.org">Labs-l@lists.wikimedia.org</a><br>
<a href="https://lists.wikimedia.org/mailman/listinfo/labs-l" rel="noreferrer" target="_blank">https://lists.wikimedia.org/<wbr>mailman/listinfo/labs-l</a><br>
</div></div></blockquote></div><br></div>