<br><br><div class="gmail_quote">On Wed, Jun 4, 2008 at 9:47 PM, Carl Fongheiser &lt;<a href="mailto:carlfongheiser@gmail.com">carlfongheiser@gmail.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;">
<br><div class="gmail_quote"><div><br>Have you tried connecting to MySQL from the command line? </div></div></blockquote><div><br>Yes, I run this: matt@magic:~$ mysql -u mythtv -h localhost -p mythconverg<br>And enter the password, and then I&#39;m in.<br>
&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><div><br><br></div><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

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>
</blockquote></div><div><br>It pulls them out of $MYTHCONFDIR/config.xml, if MYTHCONFDIR is defined.&nbsp; Otherwise, it uses $HOME/.mythtv/config.xml.<br>If that doesn&#39;t work, it tries to use UPnP.</div></div></blockquote>
<div><br>I found&nbsp; 3 config.xml&#39;s:<br>/etc/bonobo-activation/bonobo-activation-config.xml<br>/home/matt/.mythtv/config.xml<br>/usr/share/doc/mythtv-backend/contrib/config.xml<br><br>The only one with any relevant info is the /usr/share file which contains the following:<br>
<br>&lt;Configuration&gt;<br>&nbsp; &lt;UPnP&gt;<br>&nbsp;&nbsp;&nbsp; &lt;MythFrontend&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DefaultBackend&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;LocalHostName&gt;my-unique-identifier-goes-here&lt;/LocalHostName&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DBHostName&gt;<a href="http://127.0.0.1">127.0.0.1</a>&lt;/DBHostName&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DBUserName&gt;mythtv&lt;/DBUserName&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DBPassword&gt;5V1RHuQt&lt;/DBPassword&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DBName&gt;mythconverg&lt;/DBName&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DBPort&gt;0&lt;/DBPort&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/DefaultBackend&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/MythFrontend&gt;<br>&nbsp; &lt;/UPnP&gt;<br>&lt;/Configuration&gt;<br><br>I changed a couple of the lines to the following:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;LocalHostName&gt;magic&lt;/LocalHostName&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DBHostName&gt;magic.jerkychew.local&lt;/DBHostName&gt;<br>
<br>And so far it hasn&#39;t helped. Do I need to restart anything for the changes to take effect?<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="gmail_quote"><div><br></div><br></div>It&#39;s not really bad code to read.</blockquote><div><br>If you know Perl it&#39;s not bad. I can barely keep up with XML files, but I&#39;m trying to learn as I go. Thanks for the help thus far and any more would be greatly appreciated.<br>
<br>- Matt <br></div><br></div>