<br><br><div class="gmail_quote">On Wed, Jun 4, 2008 at 9:47 PM, Carl Fongheiser <<a href="mailto:carlfongheiser@gmail.com">carlfongheiser@gmail.com</a>> 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'm in.<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><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's all variables - Where the heck do I find where it's getting its settings? I'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. Otherwise, it uses $HOME/.mythtv/config.xml.<br>If that doesn't work, it tries to use UPnP.</div></div></blockquote>
<div><br>I found 3 config.xml'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><Configuration><br> <UPnP><br> <MythFrontend><br> <DefaultBackend><br> <LocalHostName>my-unique-identifier-goes-here</LocalHostName><br> <DBHostName><a href="http://127.0.0.1">127.0.0.1</a></DBHostName><br>
<DBUserName>mythtv</DBUserName><br> <DBPassword>5V1RHuQt</DBPassword><br> <DBName>mythconverg</DBName><br> <DBPort>0</DBPort><br> </DefaultBackend><br>
</MythFrontend><br> </UPnP><br></Configuration><br><br>I changed a couple of the lines to the following:<br><br> <LocalHostName>magic</LocalHostName><br> <DBHostName>magic.jerkychew.local</DBHostName><br>
<br>And so far it hasn'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's not really bad code to read.</blockquote><div><br>If you know Perl it's not bad. I can barely keep up with XML files, but I'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>