[mythtvnz] Broken communication from front end
Steve Hodge
stevehodge at gmail.com
Fri Sep 21 04:29:32 BST 2012
On Fri, Sep 21, 2012 at 8:51 AM, Worik Stanton <worik.stanton at gmail.com>wrote:
> Still a problem.
>
> I issued the following SQL commands...
>
> use mysql;
> DELETE FROM db WHERE Host LIKE "192.168.1.%" AND DB = "mythconverg" AND
> User = "mythtv";
> DELETE FROM user WHERE Host LIKE "192.168.1.%" AND User = "mythtv" ;
>
That removes the account with the incorrect password. Now you need to redo
the grant:
grant all on mythconverg.* to mythtv@"192.168.1.%" identified by
"your_password";
Replace "your_password" with the password the mythtv at localhost account has
(the one specified in the setting text file).
Cheers,
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ourshack.com/pipermail/mythtvnz/attachments/20120921/8dbb439f/attachment.html>
More information about the mythtvnz
mailing list