<div dir="ltr">I built a new backend based on Ubuntu 20.04. But I haven't been able to configure it to allow connections from remote frontends. That's a problem because my frontend is a separate machine to my backend. <div><br></div><div>I've followed steps from <a href="https://www.mythtv.org/wiki/Database_Setup">https://www.mythtv.org/wiki/Database_Setup</a>. </div><div><br></div><div>And I've changed the bind-address settings in the mysql conf files:</div><div><br></div><div><font face="monospace">/etc/mysql/mysql.conf.d/mysqld.cnf<br></font></div><div><font face="monospace">...</font></div><div><font face="monospace">bind-address            = 0.0.0.0<br>mysqlx-bind-address     = 0.0.0.0<br></font></div><div><font face="monospace">...</font></div><div><br></div><div><br></div><div><font face="monospace">/etc/mysql/mysql.conf.d/mythtv.cnf<br></font></div><div><font face="monospace">[mysqld]<br>bind-address=0.0.0.0<br>max_connections=100</font><br></div><div><br></div><div><br></div><div>Can anyone advise what I need to do to allow remote database connections to mysql?</div><div><br></div><div>(The irony is the native mythfrontend is proving very difficult to connect, yet 3rd party apps such as Android Leanfront and Kodi have no problem at all because they're using APIs).</div></div>