<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Sat, Feb 8, 2025 at 12:53 PM Monkey Pet <<a href="mailto:monkeypet@gmail.com">monkeypet@gmail.com</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"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Feb 8, 2025 at 9:42 AM James Abernathy <<a href="mailto:jfabernathy@gmail.com" target="_blank">jfabernathy@gmail.com</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"><div dir="ltr"><div>I know I've forgotten something stupid, but here's what happened.</div><div><br></div><div>I rebuilt my production backend with the Debian 12 server and restored my mythconverg database and all my recording files. It's running fine. I use Leanfront on a FIreTV 4K Max stick so I know the backend is okay.</div><div><br></div><div>The v35~Pre-master mythtv software was installed using mythtv-light per the github readme. It was built with the default cmake.</div><div><br></div><div>However on my LM22.1 laptop mythfrontend will not connect. That software was installed via the ppa:mythbuntu/35</div><div><br></div><div>I have the mariadb.conf.d files:</div><div><br></div><div>$ cat mariadb.conf.d/80-mythtv.cnf<br><br>[mysqld]<br>bind-address = *<br></div></div></blockquote><div><br></div><div>Mine is empty, I thought it originally had 127.0.0.1 in it.</div><div><br></div><div>Did you remember to grant access to the mythconverg tables to non localhost users?</div><div><br></div><div>Also check that non firewall is running or your firewall is letting you access mysql from a remote host.</div><div><br></div><div>Try mysql command on another  remote linux host to connect to it using the username and password.</div><div></div></div></div></blockquote><div><br></div><div> </div><div>So it was in the area of what was being searched in the /etc/mysql/ directory. It turns out that the logic to predict which bind-address will be used is not based on what I consider as the order.  I have the correct file called /etc/mysql/mariadb.conf.d/80-mythtv.cnf but somewhere else was a bind-address=127.0.0.1 and after I commented all the bind-address parameters out except the one in my correct file it worked.</div><div><br></div><div>Thanks for reminding me to check there.  I'm not sure why making my file the last one in the list didn't override it.</div><div><br></div><div>JIm A</div><div><br></div></div></div>