[mythtv-users] Front End Setup

Joe Ripley vitaminjoe at gmail.com
Tue Aug 15 23:52:12 UTC 2006


Another thing to check is firewalling.  Make sure that if your backend is
running a firewall (iptables, etc.) that port 3306 is open and available.

Also, you should check to see what the permissions are for access to the
mythconverg SQL table.  The mythtv user will need to have access to log on
from a different hostname/IP address.  You might need to use a command like
this (in mysql):

GRANT ALL PRIVILEGES ON mythconverg.* TO mythtv@'remotehost' IDENTIFIED BY
'password';

Where 'remotehost' is the IP address or hostname of your frontend and
'password' is the password you want to use for access.

- Joe

On 8/14/06, list at onnow.net <list at onnow.net> wrote:
>
> Check to see if you can reach the backend MySQL first.  It will do
> what you are describing if you cant.
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060815/5ec51e4c/attachment.htm 


More information about the mythtv-users mailing list