Another thing to check is firewalling.&nbsp; Make sure that if your backend is running a firewall (iptables, etc.) that port 3306 is open and available.&nbsp; <br><br>Also, you should check to see what the permissions are for access to the mythconverg SQL table.&nbsp; The mythtv user will need to have access to log on from a different hostname/IP address.&nbsp; You might need to use a command like this (in mysql):
<br><br>GRANT ALL PRIVILEGES ON mythconverg.* TO mythtv@'remotehost' IDENTIFIED BY 'password';<br><br>Where 'remotehost' is the IP address or hostname of your frontend and 'password' is the password you want to use for access.
<br><br>- Joe<br><br><div><span class="gmail_quote">On 8/14/06, <b class="gmail_sendername"><a href="mailto:list@onnow.net">list@onnow.net</a></b> &lt;<a href="mailto:list@onnow.net">list@onnow.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Check to see if you can reach the backend MySQL first.&nbsp;&nbsp;It will do<br>what you are describing if you cant.<br><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">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>