LinuxMCE Forums

General => Installation issues => Topic started by: JoakimL on November 18, 2011, 11:42:41 am

Title: Access denied for mythtv on 10.04
Post by: JoakimL on November 18, 2011, 11:42:41 am
I get this error when running the MythTV Backend Setup : Access denied for user 'mythtv'@'localhost' (using password: YES)

Running the solution suggested at http://forum.linuxmce.org/index.php/topic,4158.0.html doesn't do the trick.
Did anybody else see this? Or is it time for a trac ticket?


/Joakim
Title: Re: Access denied for mythtv on 10.04
Post by: JoakimL on November 20, 2011, 09:48:34 pm
OK, here's my solution to my problem:

apt-get remove for all mthtv related packages
reboot
apt-get install  for all mthtv related packages

Change password in  /home/xxx/.mythtv/mysql.txt    xxx=my user

edit /etc/group
add root,xxx to video group

Now I don't get any errors and are scanning for channels.


/Joakim
Title: Re: Access denied for mythtv on 10.04
Post by: tschak909 on November 21, 2011, 09:29:44 pm
You should _NEVER_ have had to do that. The MythTV Plugin and MythTV Player postinst scripts for each package have the requisite code to configure MythTV for first time use appropriately.

-Thom