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: '[EMAIL PROTECTED]' 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 '[EMAIL PROTECTED]' 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


_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to