<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">Thanks Bryan! I added it to the documentations so others would find the answer more easily. [1]<br><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">Huji<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br>[1] <a href="https://wikitech.wikimedia.org/w/index.php?title=Help%3AMediaWiki-Vagrant_in_Labs&type=revision&diff=1073534&oldid=939646">https://wikitech.wikimedia.org/w/index.php?title=Help%3AMediaWiki-Vagrant_in_Labs&type=revision&diff=1073534&oldid=939646</a><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 3, 2016 at 5:20 PM, Bryan Davis <span dir="ltr"><<a href="mailto:bd808@wikimedia.org" target="_blank">bd808@wikimedia.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, Dec 3, 2016 at 3:00 PM, Huji Lee <<a href="mailto:huji.huji@gmail.com">huji.huji@gmail.com</a>> wrote:<br>
> Sorry, but that did not work either:<br>
><br>
> ~$ 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>
> For the record, the my.cnf file looks like <a href="http://pastebin.com/SpkNuLEP" rel="noreferrer" target="_blank">http://pastebin.com/SpkNuLEP</a> and<br>
> the /run/mysqld directory is empty as shown below:<br>
><br>
> $ ls -a /run/mysqld/<br>
> .  ..<br>
<br>
</span>The MySQL instance provisioned by MediaWiki-Vagrant is inside the<br>
Vagrant managed VM and not on the host computer directly. You need to<br>
enter the VM to interact with the database. The default VM user should<br>
already have a ~/.my.cnf provisioned by Puppet that gives access to<br>
the databases.<br>
<br>
  me@laptop:~$ ssh my-labs-instance<br>
  me@my-labs-instance:~$ cd /srv/mediawiki-vagrant<br>
  me@my-labs-instance:/srv/<wbr>mediawiki-vagrant$ vagrant ssh<br>
  vagrant@mediawiki-vagrant:~$ mysql<br>
<span class="HOEnZb"><font color="#888888"><br>
Bryan<br>
--<br>
Bryan Davis              Wikimedia Foundation    <<a href="mailto:bd808@wikimedia.org">bd808@wikimedia.org</a>><br>
[[m:User:BDavis_(WMF)]]  Sr Software Engineer            Boise, ID USA<br>
irc: bd808                                        v:<a href="tel:415.839.6885%20x6855" value="+14158396885">415.839.6885 x6855</a><br>
</font></span><div class="HOEnZb"><div class="h5"><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>