Thanks.&nbsp; I&#39;m aware that it will do a backup, but I&#39;d like to be sure.&nbsp; Who knows if the particulars of my system cause something to fail in just the wrong place.&nbsp; I hope the scripts are written well enough that if a backup fails, the delete/modify/overwrite the existing database part of the operation would be prevented from running, but you just never know.&nbsp; <br>
<br><div class="gmail_quote">On Wed, Mar 12, 2008 at 6:43 PM, Michael T. Dean &lt;<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On 03/12/2008 06:27 PM, Josh White wrote:<br>
&gt; I&#39;m working to update my system to .21, and from what I gather, the first<br>
&gt; step probably should be to backup the database of my current .20.2 setup.<br>
&gt; Unfortunately, I seem to have a problem with gaining the rights to do this.<br>
&gt; It seems my user or my password is wrong. &nbsp;I&#39;ve researched my way to &quot;<br>
&gt; <a href="http://www.mythtv.org/wiki/index.php/Backup_your_database" target="_blank">http://www.mythtv.org/wiki/index.php/Backup_your_database</a>&quot; and following the<br>
&gt; instructions there (quoted below):<br>
&gt;<br>
&gt;<br>
&gt; $ mysqldump -u&lt;myth_user&gt; -p --extended-insert --databases<br>
&gt; &lt;myth_db_name&gt; &gt; mythdatabase.bak<br>
&gt; Password: &lt;myth_password&gt;<br>
&gt;<br>
&gt; So reading that, I assume &lt;myth_user&gt; should be replaced with the<br>
&gt; &quot;user&quot; from the database configuration 1/2 screen, which is by default<br>
&gt; &quot;mythtv&quot;<br>
&gt; and &lt;myth_password&gt; should be replaced with my password from the<br>
&gt; Database Configuration screen.<br>
&gt; I also presume the &lt;myth_db_name&gt; should be whatever it&#39;s called in<br>
&gt; the Database configuration screen (mythconverg, by default)<br>
&gt;<br>
&gt; I&#39;ve tried all these settings (several times) and I get:<br>
&gt;<br>
&gt; &quot;Got error: 1045: Access denied for user &#39;mythtv&#39;@localhost&#39;<br>
&gt; --databases mythconverg &gt; mythconverg.bak&quot;<br>
&gt;<br>
&gt; All of my frontends connect to my backend and work fine, so I&#39;m sure<br>
&gt; the user and passwords from the configuration screen work to grant<br>
&gt; some level of access to the database...<br>
&gt;<br>
&gt; What am I doing wrong? Any suggestions?<br>
&gt;<br>
&gt; I&#39;m running 20.2 on Ubuntu 7.10 (all standard repo packages).<br>
&gt;<br>
&gt; Thanks in advance for any assistance!<br>
<br>
</div></div>You may need a -h&lt;hostname&gt; or -h127.0.0.1 , depending on how you&#39;ve<br>
configured your privs. &nbsp;The same DBHostName used in the MythTV setup<br>
screens should work.<br>
<br>
Also, I&#39;m not going to mention that Myth 0.21 will attempt to backup<br>
your DB before upgrading it just in case it fails to get a backup. &nbsp;You<br>
really /should/ do one manually yourself--as you&#39;re attempting to<br>
do--just in case.<br>
<br>
Mike<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br>