I seem to have an error when running mythrename.pl or ipodexport.pl. I have no idea what the error really means and was hoping for some help. Here&#39;s the error:<br><br>DBI connect(&#39;database=mythconverg:host=localhost;port=3306&#39;,&#39;mythtv&#39;,...) failed: Access denied for user &#39;mythtv&#39;@&#39;localhost&#39; (using password: YES) at /usr/share/perl5/MythTV.pm line 337<br>
Cannot connect to database:<br><br>Here&#39;s the chunk of code around line 337 in MythTV.pm:<br><br>&nbsp;&nbsp;&nbsp; # Connect to the database<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $self-&gt;{&#39;dbh&#39;} = DBI-&gt;connect(&quot;dbi:mysql:database=$self-&gt;{&#39;db_name&#39;}:host=$self-&gt;{&#39;db_host&#39;};port=$self-&gt;{&#39;db_port&#39;}&quot;,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $self-&gt;{&#39;db_user&#39;},<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $self-&gt;{&#39;db_pass&#39;})<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; or die &quot;Cannot connect to database: $!\n\n&quot;;<br><br><br>
So it&#39;s all variables - Where the heck do I find where it&#39;s getting its settings? I&#39;m running mythtv .21 on Mythbuntu 7.10. Thanks!<br>