<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 16, 2023 at 12:57 PM Mike Perkins <<a href="mailto:mikep@randomtraveller.org.uk">mikep@randomtraveller.org.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 16/03/2023 17:26, James Abernathy wrote:<br>
> I have a working Ubuntu 22.10 mythtv v33 system, but mythfrontend only<br>
> works locally. I can run Leanfront from a FireTV remotely, but not<br>
> mythfrontend on the same firetv stick.<br>
> <br>
> My /etc/mysql/conf.d/mythtv.cnf is<br>
> [mysqld]<br>
> #bind-address=::<br>
> max_connections=100<br>
> <br>
> When I remove the # from the bind-address statement as you do in mysql the<br>
> database fails to connect locally with the backend.  So there must be a<br>
> different way in mariaDB systems.<br>
> <br>
Same comment I just made to someone else: The mariadb config files override the mysql ones. Look for <br>
bind-address statements elsewhere in that tree.<br>
<br>
-- <br>
<br>
Mike Perkins<br></blockquote><div><br></div><div>I can only find 2 bind-address statements in the searchable path.</div><div>one is</div>bind-address            = 127.0.0.1<br><div>with this explanation</div><div># Instead of skip-networking the default is now to listen only on<br># localhost which is more compatible and is not less secure.<br>bind-address            = 127.0.0.1<br></div><div><br></div><div>in the mythtv.cnf there is another bind commented out:</div><div><span style="color:rgb(80,0,80)">#bind-address=::</span><br></div><div><span style="color:rgb(80,0,80)"><br></span></div><div><font color="#500050">Removing that # make mythtv not work at all.</font></div><div><font color="#500050"><br></font></div><div><font color="#500050">So I'm lost.</font></div><div><font color="#500050"><br></font></div><div><font color="#500050">Jim A</font></div><div><font color="#500050"><br></font></div></div></div>