[mythtv-users] Upgrade to 0.18.1 failed

Greg Woods greg at gregandeva.net
Wed Jun 8 15:25:23 UTC 2005


On Wed, 2005-06-08 at 15:56 +0100, Neil Bird wrote:
> Around about 31/05/05 04:51, Matthew Daubenspeck typed ...
> > Access denied for user: 'mythtv at 192.168.0.2' to database 'mythconverg'

The exact command depends on whether you are using MySQL 3 or MySQL 4 (I
think), but on the MySQL 3 systems I have used, you need to do something
like:

# mysql -u root -p
Enter password: <root's MySQL password>
mysql> GRANT FILE ON mythconverg to 'mythtv at 192.168.0.2' IDENTIFIED BY
'<mythtv user password>';


>    Prob. can't be much help, but from what I understand that's actually 
> telling you that user 'mythtv' running *on* 192.168.0.2 was denied 
> access to mysql 

Yes, that's what the message means. The fix is to grant the necessary
access.

--Greg




More information about the mythtv-users mailing list