[mythtv-users] No MythTV backend after update of Linux Mint Debian Edition

Doug Lytle support at drdos.info
Wed Jul 10 19:33:06 UTC 2013


Enno Middelberg wrote:
> So this doesn't work. However, I can do a login as root

What happens when you're logged into to mysql as root and do a:

use mythconverg;

My guess would be, either you lost your database or you need to redo the 
permissions to it for the mythtv user.


$ mysql -u root mythconverg
mysql> grant all on mythconverg.* to mythtv@"%" identified by "mythtv";
mysql> flush privileges;

http://www.mythtv.org/wiki/MythTV-HOWTO_-_0.26#Modifying_access_to_the_MySQL_database_for_multiple_systems

Doug


-- 
Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."



More information about the mythtv-users mailing list