<span style="font-family: arial,sans-serif;">I&#39;m working to update my system to .21, and from what I gather, the first step probably should be to backup the database of my current .20.2 setup.&nbsp; Unfortunately, I seem to have a problem with gaining the rights to do this.&nbsp; It seems my user or my password is wrong.&nbsp; I&#39;ve researched my way to &quot;<a href="http://www.mythtv.org/wiki/index.php/Backup_your_database">http://www.mythtv.org/wiki/index.php/Backup_your_database</a>&quot; and following the instructions there (quoted below):</span><br style="font-family: arial,sans-serif;">
<br style="font-family: arial,sans-serif;"><br style="font-family: arial,sans-serif;"><pre style="font-family: arial,sans-serif;">$ mysqldump -u&lt;myth_user&gt; -p --extended-insert --databases &lt;myth_db_name&gt; &gt; mythdatabase.bak<br>
Password: &lt;myth_password&gt;<br><br>So reading that, I assume &lt;myth_user&gt; should be replaced with the &quot;user&quot; from the database configuration 1/2 screen, which is by default &quot;mythtv&quot; <br>and &lt;myth_password&gt; should be replaced with my password from the Database Configuration screen. <br>
I also presume the &lt;myth_db_name&gt; should be whatever it&#39;s called in the Database configuration screen (mythconverg, by default)<br><br>I&#39;ve tried all these settings (several times) and I get:<br><br>&quot;Got error: 1045: Access denied for user &#39;mythtv&#39;@localhost&#39; --databases mythconverg &gt; mythconverg.bak&quot;<br>
<br>All of my frontends connect to my backend and work fine, so I&#39;m sure the user and passwords from the configuration screen work to grant some level of access to the database...<br><br>What am I doing wrong? Any suggestions?<br>
<br>I&#39;m running 20.2 on Ubuntu 7.10 (all standard repo packages). <br><br>Thanks in advance for any assistance!<br><br>Josh<br><br><br><br></pre><br>