<br><br>On Saturday, October 8, 2011, Michael T. Dean &lt;<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>&gt; wrote:<br>&gt; On 10/07/2011 02:33 PM, Mark Boyum wrote:<br>&gt;&gt; I would like to backup my database but find that the script dies as<br>
&gt;&gt; below.  I know next to nothing about mySQL and would appreciate any<br>&gt;&gt; assistance.<br>&gt;&gt;<br>&gt;&gt; How do I remove any trace of mythweatther as we no longer use it?  I&#39;d<br>&gt;&gt; like to clean it out of the database entirely and assume that would<br>
&gt;&gt; allow the backup script to run.<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; ./<a href="http://mythconverg_backup.pl">mythconverg_backup.pl</a> --verbose<br>&gt;&gt; &lt;--- SNIP ---&gt;<br>&gt;&gt; Executing command:<br>
&gt;&gt; &#39;/usr/bin/mysqldump&#39; --defaults-extra-file=&#39;/tmp/b1lBxr5u54&#39;<br>&gt;&gt; --host=&#39;localhost&#39; --user=&#39;mythtv&#39; --add-drop-table --add-locks<br>&gt;&gt; --allow-keywords --complete-insert --extended-insert --lock-tables<br>
&gt;&gt; --no-create-db --quick --add-drop-table &#39;mythconverg&#39; 2&gt;&amp;1<br>&gt;&gt; 1&gt;&#39;/home/mark/mythtv_backup/mythconverg-1264-20111007131620.sql&#39;<br>&gt;&gt;<br>&gt;&gt; mysqldump exited with status: 2<br>
&gt;&gt; mysqldump output:<br>&gt;&gt; mysqldump: Got error: 1146: Table<br>&gt;&gt; &#39;mythconverg.mythconverg.weatherscreens&#39; doesn&#39;t exist when using LOCK<br>&gt;&gt; TABLES<br>&gt;<br>&gt; SHOW ENGINES;<br>&gt;<br>
&gt; I&#39;m guessing you won&#39;t see a &quot;YES&quot; in the &quot;Support&quot; column for<br>&gt; &quot;InnoDB&quot;.  That means that your distro disabled the InnoDB storage<br>&gt; engine--because it saves 40MB of virtual RAM--to make a lean-mean<br>
&gt; machine for you and broke your MythTV database in the process.  If so:<br>&gt;<br>&gt; <a href="http://www.gossamer-threads.com/lists/mythtv/users/419174#419174">http://www.gossamer-threads.com/lists/mythtv/users/419174#419174</a><br>
&gt;<br>&gt; (And be very careful with the copy/paste of the command to the shell.<br>&gt; It must end with &quot;EOF&quot; as the entire last line--with no added<br>&gt; end-of-line spaces, which copy/paste is likely to put in.  So, I<br>
&gt; recommend you copy everything except the &quot;EOF&quot; line, then paste it into<br>&gt; a shell, then make sure you&#39;re on a different line from the &quot;DELETE&quot;<br>&gt; line and type in &quot;EOF&lt;Enter&gt;&quot;.)<br>
&gt;<br>&gt; Then, enable InnoDB on your mysql server, then restart mythfrontend and<br>&gt; it will re-create the MythWeather tables (and backup will work because<br>&gt; you won&#39;t have broken tables).<br>&gt;<br>&gt; Mike<br>
&gt;<br><br>Thanks, <br>I&#39;ll look into Sunday night after the weekend activities are all settled.