<div dir="ltr"><div>> mysql -hlocalhost -P3306 -uclient -pmypass</div><div>Welcome to the MySQL monitor.  Commands end with ; or \g.</div><div>Your MySQL connection id is 60</div><div>Server version: 5.5.31-0ubuntu0.12.04.2 (Ubuntu)</div>
<div><br></div><div>Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.</div><div><br></div><div>Oracle is a registered trademark of Oracle Corporation and/or its</div><div>affiliates. Other names may be trademarks of their respective</div>
<div>owners.</div><div><br></div><div>Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.</div><div><br></div><div>mysql></div><div><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Jul 4, 2013 at 3:32 PM, Barco You <span dir="ltr"><<a href="mailto:barcojie@gmail.com" target="_blank">barcojie@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">sure, I tested already by directly connecting Mysql server from shell with the command you show and it works fine.</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Jul 4, 2013 at 3:30 PM, Motiejus Jakštys <span dir="ltr"><<a href="mailto:desired.mta@gmail.com" target="_blank">desired.mta@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On Thu, Jul 4, 2013 at 8:57 AM, Barco You <<a href="mailto:barcojie@gmail.com" target="_blank">barcojie@gmail.com</a>> wrote:<br>


> Why do I get the following error when I tried to connect the DB?<br>
<br>
</div>Usually this error happens if MySQL server is not running/not<br>
listening on localhost:3306. Try this:<br>
<br>
$ mysql -hlocalhost -P3306 -uclient -Pmypass<br>
<br>
Does the above work?<br>
<span><font color="#888888"><br>
--<br>
Motiejus Jakštys<br>
</font></span></blockquote></div><br></div>
</div></div></blockquote></div><br></div>