<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 11/18/19 9:59 PM, Mark Perkins
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:PS2P216MB0771AE5CCA74364ABCD4913BB74C0@PS2P216MB0771.KORP216.PROD.OUTLOOK.COM">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<div style="font-family:Calibri, Arial, Helvetica, sans-serif;
font-size:12.0pt; line-height:1.3; color:#1F497D">
<!-- ##### NINE BODY BEGIN ##### -->Need to update hostname
before starting backend.<br>
<br>
<a href="https://www.mythtv.org/wiki/Backend_migration"
moz-do-not-send="true">https://www.mythtv.org/wiki/Backend_migration</a><br>
<br>
<a
href="https://www.mythtv.org/wiki/Database_Backup_and_Restore#Change_the_hostname_of_a_MythTV_frontend_or_backend"
moz-do-not-send="true">https://www.mythtv.org/wiki/Database_Backup_and_Restore#Change_the_hostname_of_a_MythTV_frontend_or_backend</a><br>
<br>
<!-- ##### NINE BODY END ##### --></div>
<div class="quoted_output_body">
<br type="attribution">
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://lists.mythtv.org/mailman/listinfo/mythtv-users">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a>
<a class="moz-txt-link-freetext" href="http://wiki.mythtv.org/Mailing_List_etiquette">http://wiki.mythtv.org/Mailing_List_etiquette</a>
MythTV Forums: <a class="moz-txt-link-freetext" href="https://forum.mythtv.org">https://forum.mythtv.org</a>
</pre>
</blockquote>
<div class="moz-cite-prefix">I wiped out the old database and
created a new clean one</div>
<div class="moz-cite-prefix"> cd /usr/share/mythtv/sql<br>
sudo mysql -uroot -p < mc.sql</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">I set the password back to the old
password</div>
<div class="moz-cite-prefix"> sudo mysql -u root -pSE<br>
mysql> SET PASSWORD FOR 'mythtv'@'localhost' = "Old
Password";<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">I restored the last working database
from my old machine<br>
</div>
<div class="moz-cite-prefix">
/usr/share/mythtv/mythconverg_restore.pl --verbose --drop_database
--create_database --filename
mythconverg-1344-20180802130001.sql.gz</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">I changed the host name (Note that the
command from the first link you sent did not work)<br>
</div>
<div class="moz-cite-prefix">
/usr/share/mythtv/mythconverg_restore.pl --change_hostname
--old_hostname="XXXX" --new_hostname="YYYY"</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Everything looks the way it did on my
old machine, but live TV still did not work.</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<p>Today I noticed that MythTV had successfully recorded a show, but
there were also failed recordings listed. On a hunch, I deleted
all of my tuners again, and re-created them.</p>
<p>After this, Live TV is working again.</p>
<p>This problem is solved.</p>
<p>Thank you for the help</p>
</body>
</html>