[mythtv-users] MacOSX MySQL Errors

Brad DerManouelian myth at dermanouelian.com
Thu Sep 27 01:54:41 UTC 2007


On Sep 26, 2007, at 5:09 PM, Eric Robinson wrote:

> Okay, I ran the command above.  This is what I get for an error:
>
> The-Great-Owl:/usr/local/mysql/bin Eric$ ./mysql -h 192.168.10.136 -u
> mythtv -p
> Enter password:
> ERROR 1045 (28000): Access denied for user
> 'mythtv'@'The-Great-Owl.local' (using password: YES)

It means you didn't follow the directions here:
http://www.mythtv.org/docs/mythtv-HOWTO-6.html#modify_perm_mysql

On your master backend, you need to do this:
$ mysql -u root mythconverg
mysql> grant all on mythconverg.* to mythtv@"The-Great-Owl.local"  
identified by "<YOUR_PASSWORD>";
mysql> flush privileges;

Then try to connect again and see if your error message goes away.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20070926/f124d246/attachment.htm 


More information about the mythtv-users mailing list