[mythtv-users] mysql help on debian

Brad DerManouelian myth at dermanouelian.com
Thu Dec 7 02:44:55 UTC 2006


On Dec 6, 2006, at 6:30 PM, Scott Martin wrote:

> This is what mybackend log is telling me:
>
> Access denied for user 'mythtv'@'localhost' (using password: YES)

This means you are able to connect to the machine, but you haven't  
given the user mythtv at localhost access.
Use the mysql client and do this:
mysql> grant all on mythconverg.* to mythtv@"localhost" identified by  
"yourpassword";

By the way, I gave this same advice a couple of days ago:
http://www.gossamer-threads.com/lists/mythtv/users/239794

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20061206/7c35ae8c/attachment.htm 


More information about the mythtv-users mailing list