<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Leaving aside the possible Chromecast issues, it sounds more like a <br>
configuration problem on the *server*.<br>
<br>
The server machine MUST HAVE:<br>
bind-address= 0.0.0.0<br>
and<br>
#skip-networking in thr my.cnf config.(That is, the skip-networking line <br>
must be commented OUT.)<br>
If bind-address is set to 127.0.0.1 then mysql/mariadb will NOT listen <br>
to anything external. Similarly with skip-networking which when active <br>
does exactly that.<br>
<br>
Since this is a Chromecast device which (surprising to me) seems not to <br>
allow ssh, then I can only suggest that you beg, borrow, steal a laptop<br>
and try ssh into the server from it. So long as your bbs laptop is on <br>
the same network sub-net (192.168.1...etc.) you should be able to launch <br>
a mysql client on it (presuming mysql is installed of course!).<br>
<br>
And try the login commands which you grants have set up on the server. <br>
If the laptop is set to a different IP address you will at least get an <br>
error message, proving that there is communication between the mysql <br>
client and the mysql server.<br></blockquote><div><br></div><div>Thank you for these suggestions. I've got lots of PCs and virtual machines around the place so I can have a crack at this. I'm pretty sure it's not an issue with the MythBackend server config, or the subnet because I have a linux PC on the same subnet running MythFrontend which works fine. Inspired by your suggestions I think I'll reconfigure a linux frontend to have the same IP address as the Chromecast device and see if it can connect. That should give me some pointers.  </div><div><br></div><div><br></div></div></div>