Author Topic: Access denied for mythtv on 10.04  (Read 2384 times)

JoakimL

  • Veteran
  • ***
  • Posts: 149
    • View Profile
Access denied for mythtv on 10.04
« 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

JoakimL

  • Veteran
  • ***
  • Posts: 149
    • View Profile
Re: Access denied for mythtv on 10.04
« Reply #1 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

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Access denied for mythtv on 10.04
« Reply #2 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