<div dir="ltr"><br><br><div class="gmail_quote">On Mon, Jul 21, 2008 at 12:39 PM, Brad DerManouelian &lt;<a href="mailto:myth@dermanouelian.com">myth@dermanouelian.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style=""><div><div class="Ih2E3d"><div>On Jul 21, 2008, at 4:36 AM, Josh White wrote:</div><br><blockquote type="cite"><div dir="ltr"><div class="gmail_quote"><div>Thanks for all the tips.&nbsp; Unfortunately, none of the ideas mentioned seem to be the problem.&nbsp; I set the backend to use a static IP address (<a href="http://192.168.1.5" target="_blank">192.168.1.5</a>) which is the IP address the machine has used for about 18 months now.&nbsp; That is the IP address I have the local frontend that runs on the backend machine set to connect to, and the address I have the remote frontends set to use.&nbsp; They are all connected through a single netgear router that has also worked well, without any changes for months.&nbsp; </div>
</div></div></blockquote><div><br></div></div>You need to look at your mythbackend log files to see if a connection attempt is made and what the error from mysql is.</div><div>I&#39;m sure your problem is something that&#39;s already been mentioned. :)</div>
<div class="Ih2E3d"><div><br><blockquote type="cite"><div dir="ltr"><div class="gmail_quote"><div>I too have had trouble when changing the password generated during installation, and thus I have always simply used the one generated (it&#39;s not a password I need to use very often, so it&#39;s not a big deal for me to write it down).<br>
 <br>So for some reason, the local frontend, which is set to connect to &quot;<a href="http://192.168.1.5" target="_blank">192.168.1.5</a>&quot; (which it&#39;s own IP address) with a password of &quot;ZfxL8ncZ&quot; works, but my remote frontend, (sitting on the same router, with an IP address of <a href="http://192.168.1.4" target="_blank">192.168.1.4</a>) set to connect to the backend at &quot;<a href="http://192.168.1.5" target="_blank">192.168.1.5</a>&quot; with the password &quot;ZfxL8ncZ&quot; gives me the error message with a question mark.&nbsp; Not that this eliminates any chance for networking problems, but I can connect the two machines connect via NFS, SSH, and VNC, so I think the network is ok.&nbsp; What else could be causing the problem?<br>
 </div></div></div></blockquote></div><br></div><div>Make sure mysql is accepting connections from remote machines.</div><div>Make sure you use the grant command to accept logins from your remote machines.</div><div>More info on how to do this is in the link I already provided:</div>
<div class="Ih2E3d"><div><a href="http://www.mythtv.org/wiki/index.php/MythFrontend#Debugging_MythFrontend_Problems" target="_blank">http://www.mythtv.org/wiki/index.php/MythFrontend#Debugging_MythFrontend_Problems</a></div>
</div></div><br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br>Thanks for all the responses.&nbsp; It turns out the problem was that I needed to edit etc/mysql/my.cnf, and change the line <br><pre><font size="2"><span style="font-family: arial,sans-serif;">bind-address <a href="http://127.0.0.1">127.0.0.1</a> to bind-address <a href="http://192.168.1.5">192.168.1.5</a>.</span><br style="font-family: arial,sans-serif;">
<br style="font-family: arial,sans-serif;"><font style="font-family: arial,helvetica,sans-serif;" size="2">So that solves that!  Thanks a bunch!<br><br>Josh</font></font><br></pre></div>