<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 2, 2015 at 6:15 PM, Bill Meek <span dir="ltr"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On 02/02/2015 03:34 PM, Daryl McDonald wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
curiously enough, after a restart the mythbox/ubuntu desktop is responding<br>
and if I open the FE the language/country screen appears if I hit esc I get<br>
a message: This version of Mythtv requires an updated database. (schema is<br>
5000 versions behind) Please run mythtv setup or mythbackend to update your<br>
database.<br>
</blockquote>
<br></span>
Just curious, what do the following print:<br>
<br>
sudo ls -ld /var/lib/mysql/mythconverg/<u></u>settings.MYD<br>
sudo ls -ld /var/lib/mysql/mysql/user.MYD<br>
<br>
If the either or both of the above exist, continue on, otherwise<br>
go no further in this email.<br>
<br>
Also, there's a maintenance password [THAT YOU SHOULD NEVER<br>
CHANGE!] that should allow you to login like this:<br>
<br>
sudo mysql --defaults-extra-file=/etc/<u></u>mysql/debian.cnf<br>
<br>
sudo is required in this case because the file above isn't readable<br>
by anyone other than root:root.<br>
<br>
*If* that works, then type these 2 commands:<br>
<br>
SELECT * FROM mythconverg.settings WHERE value = 'DBSchemaver';<br>
quit<br>
<br>
Please put the output from the SELECT here.<span class=""><font color="#888888"><br>
<br>
-- <br>
Bill</font></span><div class=""><div class="h5"><br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/<u></u>mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/<u></u>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a></div></div></blockquote><div><br></div><div>Hi,and thanks Bill:</div><div> mysql> SELECT * FROM mythconverg.settings WHERE value = 'DBSchemaver';</div><div>ERROR 130 (HY000): Incorrect file format 'settings'</div></div><br></div></div>