<div>I upgraded my packages last night and lost mythweb in the process. Looks like my credentials are OK when I use &quot;localhost&quot; to connect to Mysql, but not when specifying 127.0.0.1. I changed my settings in /etc/mythtv/config.xml from 127.0.0.1 to localhost but didn&#39;t seem to have any effect on it. Anybody having the same problem? I can&#39;t seem to be able to override the &quot;127.0.0.1&quot; with all the location I tried.</div>
<div> <br></div><div>root@ubuntu:~/.mythtv# mysql -h 127.0.0.1 -umythtv -p mythconverg</div><div>Enter password:</div><div>ERROR 2003 (HY000): Can&#39;t connect to MySQL server on &#39;127.0.0.1&#39; (111)</div><div><br></div>
<div>root@ubuntu:~/.mythtv# mysql -h localhost -umythtv -p mythconverg<br></div><div>Enter password:</div><div>Reading table information for completion of table and column names</div><div>You can turn off this feature to get a quicker startup with -A</div>
<div><br></div><div>Welcome to the MySQL monitor.  Commands end with ; or \g.</div><div>Your MySQL connection id is 185</div><div>Server version: 5.5.28-0ubuntu0.12.04.2 (Ubuntu)</div><div><br></div><div>Copyright (c) 2000, 2012, 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 &#39;help;&#39; or &#39;\h&#39; for help. Type &#39;\c&#39; to clear the current input statement.</div>
<div><br></div><div>mysql&gt; quit</div><div>Bye</div><div><br></div>