[mythtv-users] Core 2 Duo iMac, terrible performance as front end

Jean-Yves Avenard jyavenard at gmail.com
Wed Feb 4 03:58:00 UTC 2009


2009/2/4 David Snider <dsnider at thesniderpad.com>:

> Wow, sounds like we screwed you up really good.  The only thing I can think
> of is to delete all the settings for your particular frontend...  I believe,
> or manually tweak the settings in the db.  Either way, you want to look at
> the "settings" table in your database.

To do that, run the following thing
On the backend:
$ mysql -u root -p mythconverg
password:

mysql> select distinct `hostname` from `settings`;
+------------------------------+
| hostname                     |
+------------------------------+
| mypc                           |
| NULL                         |
+------------------------------+
mysql> delete from `settings` where `hostname` = 'mypc';

replace mypc with whatever name appears in the query ..


More information about the mythtv-users mailing list