<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 2, 2015 at 4:51 PM, Hika van den Hoven <span dir="ltr"><<a href="mailto:hikavdh@gmail.com" target="_blank">hikavdh@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">Hoi Daryl,<br>
<div><div class="h5"><br>
Monday, February 2, 2015, 10:36:47 PM, you wrote:<br>
<br>
> On Mon, Feb 2, 2015 at 4:32 PM, Phil Bridges <<a href="mailto:gravityhammer@gmail.com">gravityhammer@gmail.com</a>><br>
> wrote:<br>
<br>
>> Try:<br>
>><br>
>> sudo mysql -u mythtv -p mythconverg   (assuming your database has a<br>
>> "mythtv" user")<br>
>><br>
>> On Mon, Feb 2, 2015 at 4:25 PM, Daryl McDonald <<a href="mailto:darylangela@gmail.com">darylangela@gmail.com</a>><br>
>> wrote:<br>
>><br>
>>><br>
>>><br>
>>> On Mon, Feb 2, 2015 at 3:59 PM, Daryl McDonald <<a href="mailto:darylangela@gmail.com">darylangela@gmail.com</a>><br>
>>> wrote:<br>
>>><br>
>>>> On Feb 2, 2015 2:45 PM, "Michael T. Dean" <<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>><br>
>>>> wrote:<br>
>>>> ><br>
>>>> > On 02/02/2015 11:41 AM, Daryl McDonald wrote:<br>
>>>> ><br>
>>>> >> On Mon, Feb 2, 2015 at 9:30 AM, Michael T. Dean wrote:<br>
>>>> >><br>
>>>> >>> On 02/02/2015 09:22 AM, Daryl McDonald wrote:<br>
>>>> >>><br>
>>>> >>>> Greetings Mythizens, I woke up this morning to that Green Terra<br>
>>>> setup<br>
>>>> >>>> screen, evidently I need to restore my database.<br>
>>>> >>>><br>
>>>> >>> Are you sure?  There should never be a case where you wake up to<br>
>>>> find your<br>
>>>> >>> database gone.  Why do you think you need to restore the database?<br>
>>>> >><br>
>>>> >><br>
>>>> >> I use Steppes, and when I woke the box was still on, so I opened Myth<br>
>>>> FE to<br>
>>>> >> see what it was recording, and was shocked to find the Terra theme<br>
>>>> "select<br>
>>>> >> country and Language screen" as I navigated through screens in a<br>
>>>> panic I<br>
>>>> >> saw one offering to update my database as it was 5000 versions<br>
>>>> outdated,<br>
>>>> >> hence my assumption. Is there any info I can post or paste to help<br>
>>>> diagnose<br>
>>>> >> what is going on here?<br>
>>>> ><br>
>>>> ><br>
>>>> > This will happen if MythTV can't find your database.  It won't find<br>
>>>> your database if there's a problem with your config.xml or, for example, if<br>
>>>> you change around host names and/or IP addresses.  You haven't described<br>
>>>> your configuration at all (number of hosts, host names, which are dedicated<br>
>>>> backends or frontends and which are combined backend/frontend systems,<br>
>>>> location of mythconverg database, ...), so there are many reasons this<br>
>>>> could occur, but from the logs you posted, I see:<br>
>>>> ><br>
>>>> > Feb  2 11:23:17 daryl-A780L3C mythbackend: mythbackend[2483]: N<br>
>>>> thread_unknown mythdirs.cpp:68 (InitializeMythDirs) Using configuration<br>
>>>> directory = /home/mythtv/.mythtv<br>
>>>> > ...<br>
>>>> > Feb  2 11:23:17 daryl-A780L3C mythbackend: mythbackend[2483]: N<br>
>>>> CoreContext mythcontext.cpp:504 (LoadDatabaseSettings) Empty LocalHostName.<br>
>>>> > Feb  2 11:23:17 daryl-A780L3C mythbackend: mythbackend[2483]: I<br>
>>>> CoreContext mythcontext.cpp:512 (LoadDatabaseSettings) Using localhost<br>
>>>> value of daryl-A780L3C<br>
>>>> ><br>
>>>> > and then a bunch of messages that show that mythbackend is connecting<br>
>>>> to an empty database on the local host.  Is the host name "daryl-A780L3C"<br>
>>>> really the one you want to use and the one you have been using for MythTV?<br>
>>>> Are you sure your ~mythtv/.mythtv/config.xml specifies the proper location<br>
>>>> and connection information for your MySQL database?<br>
>>>> ><br>
>>>> > Mike<br>
>>>> ><br>
>>>> > _______________________________________________<br>
>>>> > mythtv-users mailing list<br>
>>>> > <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
>>>> > <a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
>>>> > <a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
>>>> > MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br>
>>>><br>
>>>> I use a combined fe be only, yes "daryl-A780L3C" is the host name I have<br>
>>>> been using, I thought about using a different one a while back but staying<br>
>>>> with this one was simpler. I just checked the myth box,which is a Ubuntu<br>
>>>> desktop also and the chromium browser I had left open with gmail had closed<br>
>>>> and I was unable to relaunch it, just a few pulses then nothing. I' m going<br>
>>>> to look into the config files now.<br>
>>>><br>
>>><br>
>>> Thanks Eric, but I'm still confused:<br>
>>><br>
>>> daryl@daryl-A780L3C:~$ mysql -u user mythconverg<br>
>>> ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using<br>
>>> password: NO)<br>
>>> daryl@daryl-A780L3C:~$ sudo mysql -u user mythconverg<br>
>>> [sudo] password for daryl:<br>
>>> ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using<br>
>>> password: NO)<br>
>>> daryl@daryl-A780L3C:~$ sudo mysql mythconverg<br>
>>> ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using<br>
>>> password: NO)<br>
>>> daryl@daryl-A780L3C:~$<br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> mythtv-users mailing list<br>
>>> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
>>> <a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
>>> <a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
>>> MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br>
>>><br>
>>><br>
>><br>
>> _______________________________________________<br>
>> mythtv-users mailing list<br>
>> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
>> <a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
>> <a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
>> MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br>
>><br>
>> Thanks Phill, this looks familiar, as to how I've accessed this before,<br>
> but not this time:<br>
<br>
>   daryl@daryl-A780L3C:~$ sudo mysql -u mythtv -p mythconverg<br>
> Enter password:<br>
> ERROR 1045 (28000): Access denied for user 'mythtv'@'localhost' (using<br>
> password: YES)<br>
> daryl@daryl-A780L3C:~$<br>
<br>
</div></div>Just type your database password between -p and mythconverg!<br>
<br>
Tot mails,<br>
  Hika                            mailto:<a href="mailto:hikavdh@gmail.com">hikavdh@gmail.com</a><br>
<br>
"Zonder hoop kun je niet leven<br>
Zonder leven is er geen hoop<br>
Het eeuwige dilemma<br>
Zeker als je hoop moet vernietigen om te kunnen overleven!"<br>
<br>
De lerende Mens<br>
<div class=""><div class="h5"><br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/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>Same error with the password in the command:</div><div> ERROR 1045 (28000): Access denied for user 'mythtv'@'localhost' (using password: YES)</div><div>daryl@daryl-A780L3C:~$ </div><div><br></div><div>something is really messed up here I can't even get to the setup screen, beyond the language/country screen</div></div><br></div></div>