<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"><br><br>
If the Chromecast with Google TV device was a normal Linux box, I<br>
would be trying this command to see if it is possible to login to the<br>
database:<br>
<br>
mysql -h 192.168.0.120 -u mythtv mythconverg<br>
<br>
Does it have a terminal session that you can use for that?  Does it<br>
have the mysql command installed?  If not, then you could make sure<br>
the CGTV device is powered off (so it is not using its IP address),<br>
and then use a virtual machine and set it to use the CGTV's IP address<br>
as a static IP address and see if the command works from there.  The<br>
VM would need to be set to use bridged networking so that it is<br>
connected to the same subnet that your CGTV and MythTV backend boxes<br>
are.  And then capture the packets for a good login and compare them<br>
to the bad login above.<br></blockquote><div><br></div><div>I have a VM with a different IP address which I've installed mysql-client on just now. That connected immediately to the mythconverg database - even though I didn't set up a specific user for its IP address. </div><div><br></div><div>So it looks like the backend can accept remote database connections. It just doesn't want to accept one from my Chromecast with Google TV device.</div></div></div>