<div>I upgraded my packages last night and lost mythweb in the process. Looks like my credentials are OK when I use "localhost" 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't seem to have any effect on it. Anybody having the same problem? I can't seem to be able to override the "127.0.0.1" 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't connect to MySQL server on '127.0.0.1' (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 'help;' or '\h' for help. Type '\c' to clear the current input statement.</div>
<div><br></div><div>mysql> quit</div><div>Bye</div><div><br></div>