<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Sep 30, 2014 at 4:37 AM, John Pilkington <span dir="ltr">&lt;<a href="mailto:J.Pilk@tesco.net" target="_blank">J.Pilk@tesco.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 30/09/14 08:29, Janusz S. Bien wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Quote/Cytat - MythTV &lt;<a href="mailto:noreply@mythtv.org" target="_blank">noreply@mythtv.org</a>&gt; (Sun 28 Sep 2014 01:36:53 PM<br>
CEST):<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Getting master to build under SL6 wasn&#39;t entirely straightforward but<br>
it&#39;s<br>
working well as my only active Myth box.<br>
</blockquote>
<br>
Testing the master is my intention from the very beginning, however all<br>
my attemps to use it fail sooner or later.<br>
<br>
Recently I&#39;ve compiled it succesfully on Debian sid (BTW, checkinstall<br>
failed, I had to use a &#39;raw&#39; make install).<br>
<br>
I had already a database created with 0.27.<br>
<br>
When I tried to run mythtv-setup, at first there was the problem of<br>
mysql password and privileges which I have learned already to solve (in<br>
the right way, I hope).<br>
<br>
Now I have problem that mythtv-setup wants to upgrade the TV schema from<br>
1317 to 1331 and claims it is impossible. I had already such a problem<br>
during my first attempts to install 0.27, but it somehow vanished and I<br>
don&#39;t know what to do now.<br>
<br>
I&#39;ve removed the database in hope that mythtv-backup will create a new<br>
correct one, but I understand now it&#39;s not its job.<br>
<br>
Any suggestions?<br>
<br>
Best regards<br>
<br>
Janusz<br>
<br>
</blockquote></span>
I&#39;m afraid these areas (DB management and Debian) aren&#39;t ones that I&#39;m familiar with, so someone else might be able to offer better help. ISTR that my schema upgrade did complain in mythtvsetup but completed under mythbackend.  I don&#39;t use startup scripts, just run mythtvsetup, followed by mythbackend, mythfrontend and any other jobs in tabs in the Konsole terminal emulator.<br>
<br>
Have you run this (with appropriate changes) recently?<br>
<br>
perl /usr/share/doc/mythtv-docs-<u></u>master/contrib/maintenance/<a href="http://optimize_mythdb.pl" target="_blank">opt<u></u>imize_mythdb.pl<br></a><span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>If you&#39;ve completely removed (dropped) the database, the above won&#39;t do anything.  If you installed from source, then run:</div><div><br></div><div>mysql -u mythtv -p &lt; /path/to/mythtv/src/mythtv/database/mc.sql</div><div><br></div><div>and enter the mythtv database password. This will create the shell of the database again. Then I believe you will need to run mythtv-setup again, and then run mythbackend from the command-line, and not as a daemon, then you should be able to &#39;confirm&#39; the upgrade. Those might not be the exact steps, but it should get you moving in the right direction.</div><div><br></div><div>Tom</div><div><br></div></div><br></div></div>