<span style="font-family: arial,sans-serif;">I'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. Unfortunately, I seem to have a problem with gaining the rights to do this. It seems my user or my password is wrong. I've researched my way to "<a href="http://www.mythtv.org/wiki/index.php/Backup_your_database">http://www.mythtv.org/wiki/index.php/Backup_your_database</a>" 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<myth_user> -p --extended-insert --databases <myth_db_name> > mythdatabase.bak<br>
Password: <myth_password><br><br>So reading that, I assume <myth_user> should be replaced with the "user" from the database configuration 1/2 screen, which is by default "mythtv" <br>and <myth_password> should be replaced with my password from the Database Configuration screen. <br>
I also presume the <myth_db_name> should be whatever it's called in the Database configuration screen (mythconverg, by default)<br><br>I've tried all these settings (several times) and I get:<br><br>"Got error: 1045: Access denied for user 'mythtv'@localhost' --databases mythconverg > mythconverg.bak"<br>
<br>All of my frontends connect to my backend and work fine, so I'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'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>