[mythtv-users] Myth Archive

Mitch Gore mitchell.gore at gmail.com
Tue Sep 11 02:49:09 UTC 2007


>
> Yep - I've just tried to reproduce this and I get the same error when I
> have a second 'MythArchiveTempDir' setting with a blank entry.
>
> Try running this query to get rid of the duplicate :-
> DELETE FROM settings WHERE hostname = 'mythtv' AND value =
> 'MythArchiveTempDir' AND data = '';
>
> No idea why phpMyAdmin failed to delete it properly maybe it is being
> confused by the duplicate key.
>
> Paul H.




mysql> DELETE FROM settings WHERE hostname = 'mythtv' AND value =
    -> 'MythArchiveTempDir' AND data = '';
Query OK, 1 row affected (0.04 sec)

mysql>


That fixed it thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20070910/5d533ef8/attachment.htm 


More information about the mythtv-users mailing list