Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Access denied for 'mythtv@localhost'(Using password: YES)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
W3BMAST3R101
Apprentice
Apprentice


Joined: 19 Jun 2004
Posts: 197

PostPosted: Mon Jul 04, 2005 4:52 pm    Post subject: Access denied for 'mythtv@localhost'(Using password: YES) Reply with quote

I think i almost have mythtv setup but i'm having problems with MYSQL I setup the password properly but i keep getting this error could any one tell me where to go from here?

Access denied for 'mythtv@localhost'(Using password: YES)

thnx, in advance
Back to top
View user's profile Send private message
s3ntinel
n00b
n00b


Joined: 04 Apr 2005
Posts: 64

PostPosted: Mon Jul 04, 2005 7:47 pm    Post subject: Reply with quote

the permission in the mysql.user table is missing.

Try (as mysql root user - or user with grant privileges=y in user table)
Code:
grant select,insert,update,delete on database_name.* to 'mythtv'@'localhost' identified by 'my_password';
flush privileges;


or replace * with the table name if only one table required.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum