[mythtv-users] Problem with Ubuntu upgrade

Damian myth at surr.co.uk
Thu Oct 28 14:12:27 UTC 2010


On 26/10/2010 21:49, mythtv-users-request at mythtv.org wrote:
> mysql>  REVOKE ALL ON *.* FROM 'mythtv'@'localhost';
> mysql>  REVOKE ALL ON *.* FROM 'mythtv'@'%';
>
> This should set the permissions to "N" in the "user" tables but leave
> the database specific ones in "db" alone;
>
> If you find the 'mythtv'@'%' or 'mythtv'@'%' users are missing
> permissions in the "db" tables then the following will correct it:
>
> mysql>  GRANT ALL ON mythconverg.* TO 'mythtv'@'localhost';
> mysql>  GRANT ALL ON mythconverg.* TO 'mythtv'@'%';

Thanks Jason,

That's set me back up!

Thanks for all the help
Damian


More information about the mythtv-users mailing list