[mythtv-users] OK, I screwed something up.... OpenGL fiasco

George Nassas gnassas at mac.com
Tue Oct 17 14:07:54 UTC 2006


On 17-Oct-06, at 10:04 AM, Yan Seiner wrote:

>> but you can also just check your
>> database settings table for the right setting and modify it there for
>> that hostname as a last resort.
>>
> How do I do that?  Dump the database and edit the text?  (I try to  
> avoid
> that....)

mysql -u mythtv -pmythtv mythconverg

select * from settings where value = 'ThemePainter';

update settings
set data = 'qt'
where value = 'ThemePainter'
   and host = 'your frontend hostname';

quit;

- George



More information about the mythtv-users mailing list