[mythtv-users] DB restore

Bill Meek keemllib at gmail.com
Mon Feb 2 23:15:47 UTC 2015


On 02/02/2015 03:34 PM, Daryl McDonald wrote:
> curiously enough, after a restart the mythbox/ubuntu desktop is responding
> and if I open the FE the language/country screen appears if I hit esc I get
> a message: This version of Mythtv requires an updated database. (schema is
> 5000 versions behind) Please run mythtv setup or mythbackend to update your
> database.

Just curious, what do the following print:

     sudo ls -ld /var/lib/mysql/mythconverg/settings.MYD
     sudo ls -ld /var/lib/mysql/mysql/user.MYD

If the either or both of the above exist, continue on, otherwise
go no further in this email.

Also, there's a maintenance password [THAT YOU SHOULD NEVER
CHANGE!] that should allow you to login like this:

     sudo mysql --defaults-extra-file=/etc/mysql/debian.cnf

sudo is required in this case because the file above isn't readable
by anyone other than root:root.

*If* that works, then type these 2 commands:

     SELECT * FROM mythconverg.settings WHERE value = 'DBSchemaver';
     quit

Please put the output from the SELECT here.

-- 
Bill


More information about the mythtv-users mailing list