<div dir="ltr">I've just done a new installation of MythTV 34 on Xubuntu 22.04. It was all working with remote frontends connecting and the Web App connecting on <a href="http://192.168.0.120:6544/">http://192.168.0.120:6544/</a>.<div><br></div><div>Then I don't know what happened but it stopped working and I can't connect any more.</div><div><br></div><div>If I go to <a href="http://192.168.0.120:6544/">http://192.168.0.120:6544/</a> it says:</div><div><br></div><div>    This site can’t be reached</div><div>    192.168.0.120 refused to connect.<br></div><div><br></div><div>And the local frontend on the same machine as the backend can't connect. It says </div><div>    Unable to connect to master backend.</div><div><br></div><div>And the remote frontend gives the same error.</div><div><br></div><div>Mythbackend.log has these lines which I suspect means something is wrong:</div><div><br></div><div>Mar 24 14:07:48 MBE5 mythbackend: mythbackend[3311]: I CoreContext mythcontext.cpp:891 (TestDBconnection) Start up testing connections. DB localhost, BE , attempt 0, status dbAwake, Delay: 2000<br>Mar 24 14:07:49 MBE5 mythbackend: mythbackend[3311]: I CoreContext mythcontext.cpp:891 (TestDBconnection) Start up testing connections. DB localhost, BE , attempt 1, status dbAwake, Delay: 2000<br>Mar 24 14:07:54 MBE5 mythbackend: mythbackend[3311]: I CoreContext mythcontext.cpp:891 (TestDBconnection) Start up testing connections. DB localhost, BE , attempt 2, status dbAwake, Delay: 2000<br>Mar 24 14:07:59 MBE5 mythbackend: mythbackend[3311]: I CoreContext mythcontext.cpp:891 (TestDBconnection) Start up testing connections. DB localhost, BE , attempt 3, status dbAwake, Delay: 2000<br>Mar 24 14:08:04 MBE5 mythbackend: mythbackend[3311]: I CoreContext mythcontext.cpp:891 (TestDBconnection) Start up testing connections. DB localhost, BE , attempt 4, status dbAwake, Delay: 2000<br></div><div><br></div><div>MySQL is running and I can connect to it from the command line.I have these lines in mysqld.cnf. I changed 127.0.0.1 to 192.168.0.120 in order to allow the remote frontend to connect and that was working nicely earlier.</div><div><br></div><div>###bind-address         = 127.0.0.1<br>###mysqlx-bind-address  = 127.0.0.1<br>bind-address            = 192.168.0.120<br>mysqlx-bind-address     = 192.168.0.120<br></div><div><br></div><div>Any ideas why nothing can connect?</div><div><br></div><div><br></div></div>