News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Access denied for mythtv on 10.04

Started by JoakimL, November 18, 2011, 11:42:41 AM

Previous topic - Next topic

JoakimL

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

JoakimL

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

tschak909

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