MythTV problem

Geekery, Linux — February 9, 2007 at 8:32 pm

I just fixed a random problem with our MythTV box. The backend crashed for some reason, so we had to power cycle the computer. Upon starting mythbackend up, there was an error message about a failed schema update.

The fix was to manually decrement the DBSchemaVer setting:


mysql> update settings set data=data-1 where value='DBSchemaVer';

And reload the backend.

0 Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License. | Eric Garrido