[mythtv-users] Stumped: MySQL and accessing the BE from a separate FE

leifontheroad leifontheroad at hotmail.com
Thu Aug 20 18:49:57 UTC 2009


> How are you granting permissions? Are you using the GRANT command? 
> (http://dev.mysql.com/doc/refman/5.1/en/grant.html) 

> Make sure you FLUSH PRIVILEGES after GRANTing them... 

I'm doing a copy paste from the Mythtv docs at http://www.mythtv.org/docs/mythtv-HOWTO-6.html#ss6.2. Here's exactly what I did:

$ mysql -u root mythconverg
mysql> grant all on mythconverg.* to mythtv@"%" identified by "mythtv";
mysql> flush privileges;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20090820/af8ec50b/attachment.htm>


More information about the mythtv-users mailing list