[mythtv-users] Connecting remotely to mythbackend

Raymond Wagner raymond at wagnerrp.com
Fri Nov 15 00:35:55 UTC 2013


On 11/14/2013 6:34 PM, Nasa wrote:
> ran the "grant all privileges on *.* to 'mythtv'@'localhost' with grant option;" commands, and prayed that I did all that was necessary to get things to work

You granted rights to all databases on that server from the local 
machine.  You did not grant any rights to anything remotely.

GRANT ALL ON mythconverg.* TO 'mythtv'@'<remote hostname>' IDENTIFIED BY 
'<password>';


More information about the mythtv-users mailing list