<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>max-connections = 100<br><br><br>$ cat mariadb.conf.d/80-mythconverg.cnf<br><br># Disable Binary logging for the mythconverg database. Binary logging<br># for all databases was off by default prior to MySQL V8.<br><br>[mysqld]<br>binlog-ignore-db = mythconverg</div><div><br></div><div>My config.xml is:</div><div><Configuration><br>  <LocalHostName>my-unique-identifier-goes-here</LocalHostName><br>  <Database><br>    <PingHost>false</PingHost><br>    <Host>192.168.68.40</Host><br>    <UserName>mythtv</UserName><br>    <Password>mythtv</Password><br>    <DatabaseName>mythconverg</DatabaseName><br>    <Port>3306</Port><br>  </Database><br>  <WakeOnLAN><br>    <Enabled>false</Enabled><br>    <SQLReconnectWaitTime>0</SQLReconnectWaitTime><br>    <SQLConnectRetry>5</SQLConnectRetry><br>    <Command>echo 'WOLsqlServerCommand not set'</Command><br>  </WakeOnLAN><br>  <UPnP><br>    <UDN><br>      <MediaRenderer>b2a70db5-92a8-46cc-9971-e65bceec4741</MediaRenderer><br>    </UDN><br>  </UPnP><br></Configuration></div><div><br></div><div>I copied it from the backend where I can run mythfrontend I just put in the correct IP.</div><div><br></div><div>I use the non unique password of mythtv, <br></div><div><br></div><div>Any ideas where I screwed up?</div><div><br></div><div>JIm A<br><br></div><div><br></div><div><br></div></div>