<p>On May 24, 2012 5:16 AM, &quot;scram69&quot; &lt;<a href="mailto:scram69@gmail.com">scram69@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Ran the update manager on my Mythbuntu 12.04 backend (I know, bad<br>
&gt; idea) last week, and discovered that remote frontends could no longer<br>
&gt; connect.<br>
&gt;<br>
&gt; Here&#39;s the frontend log message:<br>
&gt;<br>
&gt; 2012-05-20 19:48:53.809600 E  Unable to connect to database!<br>
&gt; 2012-05-20 19:48:53.809640 E  Driver error was [1/2003]:<br>
&gt; QMYSQL: Unable to connect<br>
&gt; Database error was:<br>
&gt; Can&#39;t connect to MySQL server on &#39;192.168.1.50&#39; (61)<br>
&gt;<br>
&gt; My backend has the static IP address above: I hadn&#39;t changed that or<br>
&gt; anything in the frontends&#39; settings.<br>
&gt;<br>
&gt; I checked /etc/mythtv/mysql.txt and config.xml - nothing had changed.<br>
&gt; In desperation, I changed the mysql password for the mythtv user from<br>
&gt; the Mythbuntu random gibberish to &quot;mythtv&quot;.  While that wreaked havoc<br>
&gt; with mythweb, it still did not fix the problem.<br>
&gt;<br>
&gt; What I finally discovered was that the update had edited an obscure<br>
&gt; file called /etc/mysql/conf.d/mythtv.cnf.  Inexplicably, it was<br>
&gt; changed from<br>
&gt;<br>
&gt; [mysqld]<br>
&gt; bind-address=0.0.0.0<br>
&gt;<br>
&gt; to<br>
&gt;<br>
&gt; [mysqld]<br>
&gt; #bind-address=0.0.0.0<br>
&gt;<br>
&gt; The net effect was that the mysql server no longer listened for<br>
&gt; frontends on the network, only for the local frontend.  Removing the<br>
&gt; &quot;#&quot; character solved the problem.<br>
&gt;<br>
&gt; I figured I&#39;d post here in case anyone else had been screwed over by<br>
&gt; the update manger recently.  Any idea why the Mythbuntu update would<br>
&gt; mess around with mysql that way?<br>
&gt; _______________________________________________<br>
&gt; mythtv-users mailing list<br>
&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt; <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a></p>
<p>Same happened during my upgrade too! Thanks for posting though, this will catch a lot of people out. </p>
<p>Martin </p>